Merge pull request from KucharczykL/patch-1

deemix: change homepage
This commit is contained in:
Masum Reza 2024-07-29 22:03:46 +05:30 committed by GitHub
commit 887630f58f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Deezer downloader built from the ashes of Deezloader Remix";
mainProgram = "deemix";
homepage = "https://git.freezerapp.xyz/RemixDev/deemix-py";
homepage = "https://gitlab.com/RemixDev/deemix-py";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ natto1784 ];
};