Merge pull request #59265 from peterhoeg/f/repology
repology: fix homepage for a few packages - nothing else
This commit is contained in:
commit
84029e2646
@ -28,8 +28,8 @@ python2Packages.buildPythonApplication rec {
|
|||||||
dontStrip = true; # we are not generating any binaries
|
dontStrip = true; # we are not generating any binaries
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://puddletag.net;
|
|
||||||
description = "An audio tag editor similar to the Windows program, Mp3tag";
|
description = "An audio tag editor similar to the Windows program, Mp3tag";
|
||||||
|
homepage = https://docs.puddletag.net;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -17,15 +17,17 @@ in mkDerivation rec {
|
|||||||
sha256 = "136j1dkqrhv458rjh5v3vzjhvq6dhz7k79zk6mmx8zvqacc7cq8a";
|
sha256 = "136j1dkqrhv458rjh5v3vzjhvq6dhz7k79zk6mmx8zvqacc7cq8a";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = http://www.krename.net;
|
|
||||||
description = "A powerful batch renamer for KDE";
|
|
||||||
license = licenses.gpl2;
|
|
||||||
inherit (kconfig.meta) platforms;
|
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ taglib exiv2 podofo ];
|
buildInputs = [ taglib exiv2 podofo ];
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ kconfig kcrash kinit kjsembed ];
|
propagatedBuildInputs = [ kconfig kcrash kinit kjsembed ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "A powerful batch renamer for KDE";
|
||||||
|
homepage = https://kde.org/applications/utilities/krename/;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
|
inherit (kconfig.meta) platforms;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit description;
|
inherit description;
|
||||||
homepage = http://www.anydesk.com;
|
homepage = https://www.anydesk.com;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python API for controlling Broadlink IR controllers";
|
description = "Python API for controlling Broadlink IR controllers";
|
||||||
homepage = http://github.com/mjg59/python-broadlink;
|
homepage = https://github.com/mjg59/python-broadlink;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user