Skip to content

Commit e966ecd

Browse files
authored
Orphan most of my packages (NixOS#365789)
2 parents 9fcd993 + 16edc2a commit e966ecd

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
lines changed

pkgs/applications/misc/gkrellm/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ stdenv.mkDerivation rec {
8585

8686
homepage = "http://gkrellm.srcbox.net";
8787
license = licenses.gpl3Plus;
88-
maintainers = with maintainers; [ khumba ];
8988
platforms = platforms.linux;
9089
};
9190
}

pkgs/by-name/di/dirdiff/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ stdenv.mkDerivation rec {
7070
'';
7171
homepage = "https://www.samba.org/ftp/paulus/";
7272
license = licenses.gpl2Plus;
73-
maintainers = with maintainers; [ khumba ];
7473
platforms = platforms.unix;
7574
};
7675
}

pkgs/development/tools/database/squirrel-sql/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,5 @@ stdenv.mkDerivation rec {
8383
sourceProvenance = with sourceTypes; [ binaryBytecode ];
8484
license = licenses.lgpl21Plus;
8585
platforms = platforms.linux;
86-
maintainers = with maintainers; [ khumba ];
8786
};
8887
}

pkgs/os-specific/linux/system76-acpi/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ stdenv.mkDerivation {
3535
'';
3636

3737
meta = with lib; {
38-
maintainers = [ maintainers.khumba ];
3938
license = [ licenses.gpl2Only ];
4039
platforms = [
4140
"i686-linux"

pkgs/os-specific/linux/system76-io/default.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ stdenv.mkDerivation {
3333
'';
3434

3535
meta = {
36-
maintainers = with lib.maintainers; [
37-
khumba
38-
ahoneybun
39-
];
36+
maintainers = with lib.maintainers; [ ahoneybun ];
4037
license = lib.licenses.gpl2Plus;
4138
platforms = [
4239
"i686-linux"

pkgs/os-specific/linux/system76/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ stdenv.mkDerivation {
3535
'';
3636

3737
meta = {
38-
maintainers = [ lib.maintainers.khumba ];
3938
license = [ lib.licenses.gpl2Plus ];
4039
platforms = [
4140
"i686-linux"

0 commit comments

Comments
 (0)