mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
perl-Devel-SelfStubber: fix license field
This commit is contained in:
parent
e3216dcdea
commit
710577421d
@ -3326,7 +3326,7 @@ let self = _self // overrides; _self = with self; {
|
||||
meta = {
|
||||
homepage = http://search.cpan.org/dist/Devel-SelfStubber;
|
||||
description = "Generate stubs for a SelfLoading module";
|
||||
license = "perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user