summary refs log tree commit diff
path: root/pkgs/applications/misc/vanitygen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/vanitygen/default.nix')
-rw-r--r--pkgs/applications/misc/vanitygen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/vanitygen/default.nix b/pkgs/applications/misc/vanitygen/default.nix
index e16767d4c26..720240d0d79 100644
--- a/pkgs/applications/misc/vanitygen/default.nix
+++ b/pkgs/applications/misc/vanitygen/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
         and will run about 30% faster.
       '';
       homepage = "https://github.com/samr7/vanitygen";
-      license = "AGPLv3";
+      license = stdenv.lib.licenses.agpl3;
       platforms = stdenv.lib.platforms.all;
   };
 }