File tree Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ buildGoModule rec {
3030 homepage = "https://github.com/Azure/azure-storage-azcopy" ;
3131 changelog = "https://github.com/Azure/azure-storage-azcopy/releases/tag/v${ version } " ;
3232 license = licenses . mit ;
33- maintainers = with maintainers ; [
34- colemickens
35- kashw2
36- ] ;
33+ maintainers = with maintainers ; [ kashw2 ] ;
3734 } ;
3835}
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ buildGoModule rec {
2424 description = "Discord terminal client" ;
2525 mainProgram = "cordless" ;
2626 license = licenses . bsd3 ;
27- maintainers = with maintainers ; [ colemickens ] ;
27+ maintainers = with maintainers ; [ ] ;
2828 } ;
2929}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ buildGoModule rec {
3131 description = "All-in-one router, firewall and service proxy for Kubernetes" ;
3232 mainProgram = "kube-router" ;
3333 license = licenses . asl20 ;
34- maintainers = with maintainers ; [ colemickens johanot ] ;
34+ maintainers = with maintainers ; [ johanot ] ;
3535 platforms = platforms . linux ;
3636 } ;
3737}
Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ stdenv.mkDerivation (finalAttrs: {
127127 ] ;
128128 maintainers = with maintainers ; [
129129 vcunat
130- colemickens
131130 kamadorueda
132131 ] ;
133132 platforms = platforms . all ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626 description = "Command line utility for Atmel maXTouch devices" ;
2727 homepage = "https://github.com/atmel-maxtouch/mxt-app" ;
2828 license = licenses . bsd2 ;
29- maintainers = [ maintainers . colemickens ] ;
29+ maintainers = [ ] ;
3030 platforms = platforms . linux ;
3131 mainProgram = "mxt-app" ;
3232 } ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation rec {
2828 description = "SN Pro Font Family" ;
2929 homepage = "https://github.com/supernotes/sn-pro" ;
3030 license = licenses . ofl ;
31- maintainers = with maintainers ; [ colemickens ] ;
31+ maintainers = with maintainers ; [ ] ;
3232 platforms = platforms . all ;
3333 } ;
3434}
You can’t perform that action at this time.
0 commit comments