File tree Expand file tree Collapse file tree 6 files changed +1
-9
lines changed
applications/misc/gkrellm
development/tools/database/squirrel-sql Expand file tree Collapse file tree 6 files changed +1
-9
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments