summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2017-09-19 00:39:02 +0100
committerzimbatm <zimbatm@zimbatm.com>2017-09-19 00:39:35 +0100
commit3920a446283c9b3906d09d8ae9295108fb405178 (patch)
treefd370da4af5124d2aaa05f8435749bad9d9ed2fa /pkgs/top-level/perl-packages.nix
parent6338c0b202084e1c630b9b82e92281e60761807c (diff)
downloadnixpkgs-3920a446283c9b3906d09d8ae9295108fb405178.tar
nixpkgs-3920a446283c9b3906d09d8ae9295108fb405178.tar.gz
nixpkgs-3920a446283c9b3906d09d8ae9295108fb405178.tar.bz2
nixpkgs-3920a446283c9b3906d09d8ae9295108fb405178.tar.lz
nixpkgs-3920a446283c9b3906d09d8ae9295108fb405178.tar.xz
nixpkgs-3920a446283c9b3906d09d8ae9295108fb405178.tar.zst
nixpkgs-3920a446283c9b3906d09d8ae9295108fb405178.zip
fixes missing attributes
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 002e3966367..83175a4ee4c 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -13181,7 +13181,7 @@ let self = _self // overrides; _self = with self; {
     propagatedBuildInputs = [ Curses ];
     meta = {
       description = "ASCII sprite animation framework";
-      license = with stdenv.lib.licenses; [ artistic1 gplPlus1 ];
+      license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
     };
   };