Skip to content

Commit

Permalink
Orphan most of my packages (#365789)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhendric authored Dec 18, 2024
2 parents 9fcd993 + 16edc2a commit e966ecd
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion pkgs/applications/misc/gkrellm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ stdenv.mkDerivation rec {

homepage = "http://gkrellm.srcbox.net";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ khumba ];
platforms = platforms.linux;
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/di/dirdiff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.samba.org/ftp/paulus/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ khumba ];
platforms = platforms.unix;
};
}
1 change: 0 additions & 1 deletion pkgs/development/tools/database/squirrel-sql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,5 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ khumba ];
};
}
1 change: 0 additions & 1 deletion pkgs/os-specific/linux/system76-acpi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ stdenv.mkDerivation {
'';

meta = with lib; {
maintainers = [ maintainers.khumba ];
license = [ licenses.gpl2Only ];
platforms = [
"i686-linux"
Expand Down
5 changes: 1 addition & 4 deletions pkgs/os-specific/linux/system76-io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ stdenv.mkDerivation {
'';

meta = {
maintainers = with lib.maintainers; [
khumba
ahoneybun
];
maintainers = with lib.maintainers; [ ahoneybun ];
license = lib.licenses.gpl2Plus;
platforms = [
"i686-linux"
Expand Down
1 change: 0 additions & 1 deletion pkgs/os-specific/linux/system76/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ stdenv.mkDerivation {
'';

meta = {
maintainers = [ lib.maintainers.khumba ];
license = [ lib.licenses.gpl2Plus ];
platforms = [
"i686-linux"
Expand Down

0 comments on commit e966ecd

Please sign in to comment.