maintainers: Remove adisbladis as maintainer from some packages (#349184)

This commit is contained in:
Paul Meyer
2024-10-17 08:48:31 +02:00
committed by GitHub
7 changed files with 7 additions and 7 deletions
@@ -25,6 +25,6 @@ python3Packages.buildPythonApplication rec {
mainProgram = "dr14_tmeter";
license = licenses.gpl3Plus;
homepage = "http://dr14tmeter.sourceforge.net/";
maintainers = [ maintainers.adisbladis ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -24,6 +24,6 @@ buildGoModule rec {
description = "Process manager for Procfile-based applications and tmux";
mainProgram = "overmind";
license = with licenses; [ mit ];
maintainers = [ maintainers.adisbladis ];
maintainers = [ ];
};
}
@@ -168,7 +168,7 @@ stdenv.mkDerivation {
'';
homepage = "https://subsurface-divelog.org";
license = licenses.gpl2;
maintainers = with maintainers; [ mguentner adisbladis ];
maintainers = with maintainers; [ mguentner ];
platforms = platforms.all;
};
}
@@ -24,6 +24,6 @@ buildGoModule {
mainProgram = "sqlc";
homepage = "https://sqlc.dev/";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.adisbladis ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage {
mainProgram = "systemfd";
homepage = "https://github.com/mitsuhiko/systemfd";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.adisbladis ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
+1 -1
View File
@@ -29,7 +29,7 @@ buildGoModule {
homepage = "https://github.com/kahing/goofys";
description = "High-performance, POSIX-ish Amazon S3 file system written in Go";
license = [ lib.licenses.mit ];
maintainers = [ lib.maintainers.adisbladis ];
maintainers = [ ];
broken = stdenv.hostPlatform.isDarwin; # needs to update gopsutil to at least v3.21.3 to include https://github.com/shirou/gopsutil/pull/1042
mainProgram = "goofys";
};
+1 -1
View File
@@ -27,6 +27,6 @@ buildGoModule rec {
homepage = "https://github.com/google/trillian";
description = "Transparent, highly scalable and cryptographically verifiable data store";
license = [ licenses.asl20 ];
maintainers = [ maintainers.adisbladis ];
maintainers = [ ];
};
}