about summary refs log tree commit diff
path: root/nix.spec.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-03-21T12·39+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-03-21T12·39+0000
commitf3584ff535f4244f6df7d0eadf9695fd8a747c8d (patch)
treed49aa6b29b3e4dce7d70e422ec99bb0ee0655058 /nix.spec.in
parent803cb6e3b9c0719add9a977e76ab3fadb78858f0 (diff)
* Fix URL/description.
Diffstat (limited to 'nix.spec.in')
-rw-r--r--nix.spec.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/nix.spec.in b/nix.spec.in
index bfd13ad363..52851bafbf 100644
--- a/nix.spec.in
+++ b/nix.spec.in
@@ -13,7 +13,7 @@ Version: @version@
 Release: 1
 License: GPL
 Group: Software Deployment
-URL: http://www.cs.uu.nl/groups/ST/Trace/Nix
+URL: http://nix.cs.uu.nl/
 Source0: %{name}-@version@.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
 %define _prefix /nix
@@ -26,7 +26,12 @@ Provides: perl(readmanifest)
                                                                
 %description
 
-Nix is a system for software deployment.
+Nix is a purely functional package manager. It allows multiple
+versions of a package to be installed side-by-side, ensures that
+dependency specifications are complete, supports atomic upgrades and
+rollbacks, allows non-root users to install software, and has many
+other features. It is the basis of the NixOS Linux distribution, but
+it can be used equally well under other Unix systems.
 
 %prep
 %setup -q