bird: remove globin as maintainer

This commit is contained in:
Tom Herbers
2024-04-02 16:37:51 +02:00
parent 807c549fea
commit 1443bac30a
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "BIRD Internet Routing Daemon";
homepage = "http://bird.network.cz";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ globin ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}