Skip to content

Commit

Permalink
flameshot: migrate to Qt5.15, fix homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
freezeboy committed Nov 20, 2020
1 parent 84ee3f6 commit 45e4e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/flameshot/default.nix
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 {});

Expand Down

0 comments on commit 45e4e72

Please sign in to comment.