summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/a2ps
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-01 22:03:21 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-01 22:03:21 +0100
commit8924e770ca41e2333bf440f143e38664bab6ad42 (patch)
tree5b46078a87bb7c71a4b8cce0b55862a523a07caa /pkgs/tools/text/a2ps
parent8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264 (diff)
a2ps: fix evaluation
Diffstat (limited to 'pkgs/tools/text/a2ps')
-rw-r--r--pkgs/tools/text/a2ps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/a2ps/default.nix b/pkgs/tools/text/a2ps/default.nix
index 5580cb6e8314..7de6a8dd5745 100644
--- a/pkgs/tools/text/a2ps/default.nix
+++ b/pkgs/tools/text/a2ps/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
well as pretty printing for a wide range of programming languages.
'';
homepage = http://www.inf.enst.fr/~demaille/a2ps/index.html;
- license = gpl3Plus;
+ license = licenses.gpl3Plus;
maintainers = [ maintainers.bennofs ];
platforms = platforms.linux;