yams: adopt by acidbong

This commit is contained in:
Acid Bong
2026-07-19 18:28:37 +03:00
parent 77056ce88a
commit ebacc39c0b
+3 -1
View File
@@ -33,6 +33,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
description = "Last.FM scrobbler for MPD";
mainProgram = "yams";
license = lib.licenses.gpl3Only;
maintainers = [ ];
maintainers = with lib.maintainers; [
acidbong
];
};
})