bind: remove globin from maintainers
Added in 2019 but made no change since.
This commit is contained in:
@@ -163,7 +163,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://downloads.isc.org/isc/bind9/cur/${lib.versions.majorMinor finalAttrs.version}/doc/arm/html/notes.html#notes-for-bind-${
|
||||
lib.replaceStrings [ "." ] [ "-" ] finalAttrs.version
|
||||
}";
|
||||
maintainers = with maintainers; [ globin ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
outputsToInstall = [
|
||||
|
||||
Reference in New Issue
Block a user