mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
crawl: more meta fixes; eval is fine now
This commit is contained in:
parent
5e42bcc18d
commit
96fd4950f2
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
in a quest to rescue the mystifyingly fabulous Orb of Zot.
|
||||
'';
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ gpl2Plus bsd2 bsd3 mit zlib cc0 ];
|
||||
maintainers = maintainers.abbradar;
|
||||
license = with licenses; [ gpl2Plus bsd2 bsd3 mit licenses.zlib cc0 ];
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue