mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
unp: remove with lib
This commit is contained in:
@@ -57,11 +57,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Command line tool for unpacking archives easily";
|
||||
homepage = "https://packages.qa.debian.org/u/unp.html";
|
||||
license = with licenses; [ gpl2Only ];
|
||||
maintainers = [ maintainers.timor ];
|
||||
platforms = platforms.all;
|
||||
license = with lib.licenses; [ gpl2Only ];
|
||||
maintainers = [ lib.maintainers.timor ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user