about summary refs log tree commit diff
path: root/pkgs/tools/misc/flameshot
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-11-06 09:32:57 +0100
committerfreezeboy <freezeboy@users.noreply.github.com>2020-11-20 22:24:24 +0100
commit45e4e72a9ddb2bd3a1cbaffc3122112da1804da8 (patch)
tree2a6522620e874371022a80c9a24c9db3baa40bf6 /pkgs/tools/misc/flameshot
parent84ee3f63605acf744c3089cbc60bb48793176d59 (diff)
flameshot: migrate to Qt5.15, fix homepage
Diffstat (limited to 'pkgs/tools/misc/flameshot')
-rw-r--r--pkgs/tools/misc/flameshot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/flameshot/default.nix b/pkgs/tools/misc/flameshot/default.nix
index 3dcf1e9626915..988849fbbbf6c 100644
--- a/pkgs/tools/misc/flameshot/default.nix
+++ b/pkgs/tools/misc/flameshot/default.nix
@@ -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;