maintainers: Remove adisbladis as maintainer from some packages (#349184)
This commit is contained in:
@@ -25,6 +25,6 @@ python3Packages.buildPythonApplication rec {
|
||||
mainProgram = "dr14_tmeter";
|
||||
license = licenses.gpl3Plus;
|
||||
homepage = "http://dr14tmeter.sourceforge.net/";
|
||||
maintainers = [ maintainers.adisbladis ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user