Merge pull request #152549 from NixOS/backport-152486-to-release-21.11

[Backport release-21.11] kipi-plugins: update homepage
This commit is contained in:
Bobby Rong
2021-12-29 10:20:48 +08:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ mkDerivation {
meta = {
description = "Plugins for KDE-based image applications";
license = lib.licenses.gpl2;
homepage = "https://cgit.kde.org/kipi-plugins.git";
homepage = "https://github.com/KDE/kipi-plugins";
maintainers = with lib.maintainers; [ ttuegel ];
};
}