ddclient: update maintainers: SuperSandro2000 -> bjornfor

SuperSandro2000 doesn't want to maintain this anymore, as per
commit d35df28f65
("ddclient: remove package and module on upstream maintainer request").
This commit is contained in:
Bjørn Forsman
2023-10-20 23:49:18 +02:00
parent 8a8ec36615
commit c57531c8d0
+1 -1
View File
@@ -40,6 +40,6 @@ perlPackages.buildPerlPackage rec {
homepage = "https://ddclient.net/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ SuperSandro2000 ];
maintainers = with maintainers; [ bjornfor ];
};
}