flameshot: migrate to Qt5.15, fix homepage

This commit is contained in:
freezeboy 2020-11-06 09:32:57 +01:00
parent 84ee3f6360
commit 45e4e72a9d
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ mkDerivation rec {
meta = with lib; {
description = "Powerful yet simple to use screenshot software";
homepage = "https://flameshot.js.org";
homepage = "https://github.com/flameshot-org/flameshot";
maintainers = [ maintainers.scode ];
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;

View file

@ -21179,7 +21179,7 @@ in
redoflacs = callPackage ../applications/audio/redoflacs { };
flameshot = libsForQt514.callPackage ../tools/misc/flameshot { };
flameshot = libsForQt5.callPackage ../tools/misc/flameshot { };
flashplayer = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer (config.flashplayer or {});