dr14_t.meter: update homepage

This commit is contained in:
Jamie Quigley
2025-12-27 16:31:53 +00:00
parent 652e724f68
commit 8f58d08121
+2 -2
View File
@@ -33,8 +33,8 @@ python3Packages.buildPythonApplication {
meta = {
description = "Compute the DR14 of a given audio file according to the procedure described by the Pleasurize Music Foundation";
mainProgram = "dr14_tmeter";
homepage = "https://github.com/hboetes/dr14_t.meter";
maintainers = with lib.maintainers; [ sciencentistguy ];
license = lib.licenses.gpl3Plus;
homepage = "http://dr14tmeter.sourceforge.net/";
maintainers = with maintainers; [ sciencentistguy ];
};
}