pkgs/shells: remove licenses.gpl2
This commit is contained in:
parent
f5333d0a09
commit
f57d955412
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "http://gondor.apana.org.au/~herbert/dash/";
|
||||
description = "A POSIX-compliant implementation of /bin/sh that aims to be as small as possible";
|
||||
platforms = platforms.unix;
|
||||
license = with licenses; [ bsd3 gpl2 ];
|
||||
license = with licenses; [ bsd3 gpl2Plus ];
|
||||
mainProgram = "dash";
|
||||
};
|
||||
})
|
||||
|
@ -299,7 +299,7 @@ let
|
||||
description = "Smart and user-friendly command line shell";
|
||||
homepage = "https://fishshell.com/";
|
||||
changelog = "https://github.com/fish-shell/fish-shell/releases/tag/${version}";
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ adamcstephens cole-h winter ];
|
||||
mainProgram = "fish";
|
||||
|
@ -22,7 +22,7 @@ buildGoModule rec {
|
||||
description = "Bash-like shell and scripting environment with advanced features designed for safety and productivity";
|
||||
mainProgram = "murex";
|
||||
homepage = "https://murex.rocks";
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ dit7ya kashw2 ];
|
||||
};
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "grml's zsh setup";
|
||||
homepage = "https://grml.org/zsh/";
|
||||
license = licenses.gpl2;
|
||||
license = with licenses; [ gpl2Plus gpl2Only ];
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ msteen rvolosatovs ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user