door-knocker: adopt

This commit is contained in:
Guillaume Girol 2023-12-23 12:00:00 +00:00
parent 47258b38e3
commit 1ab8b565b5

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Tool to check the availability of portals";
homepage = "https://codeberg.org/tytan652/door-knocker";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ];
maintainers = with maintainers; [ symphorien ];
platforms = platforms.linux;
};
})