python3.homf: apply natsukium's suggestions

This commit is contained in:
nicoo
2024-08-04 17:36:20 +02:00
committed by gador
parent bc9fdbc7b9
commit 94ed6ce039
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "duckinator";
repo = pname;
repo = "homf";
rev = "refs/tags/v${version}";
hash = "sha256-PU5VjBIVSMupTBh/qvVuZSFWpBbJOylCR02lONn9/qw=";
};
@@ -44,6 +44,5 @@ buildPythonPackage rec {
mainProgram = "homf";
homepage = "https://github.com/duckinator/homf";
maintainers = with maintainers; [ nicoo ];
platforms = platforms.all;
};
}