pkgs/shells: remove licenses.gpl2

This commit is contained in:
Jussi Kuokkanen 2024-05-23 11:38:09 +03:00
parent f5333d0a09
commit f57d955412
4 changed files with 4 additions and 4 deletions

View File

@ -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";
};
})

View File

@ -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";

View File

@ -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 ];
};
}

View File

@ -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 ];
};