summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-09-03 16:53:02 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-09-03 16:53:02 +0200
commit9b48a677316ec1e34821e19bf8af68ef0dda6fa3 (patch)
treebde943ea6c5e25f7c9ddce46a1457d01d617bea0 /pkgs/tools/graphics
parent0d388e1bb6981ccffe08920e22000bee80a44446 (diff)
downloadnixlib-9b48a677316ec1e34821e19bf8af68ef0dda6fa3.tar
nixlib-9b48a677316ec1e34821e19bf8af68ef0dda6fa3.tar.gz
nixlib-9b48a677316ec1e34821e19bf8af68ef0dda6fa3.tar.bz2
nixlib-9b48a677316ec1e34821e19bf8af68ef0dda6fa3.tar.lz
nixlib-9b48a677316ec1e34821e19bf8af68ef0dda6fa3.tar.xz
nixlib-9b48a677316ec1e34821e19bf8af68ef0dda6fa3.tar.zst
nixlib-9b48a677316ec1e34821e19bf8af68ef0dda6fa3.zip
treewide: fix various links (homepage, src)
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/imgur-screenshot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/imgur-screenshot/default.nix b/pkgs/tools/graphics/imgur-screenshot/default.nix
index e9f1ad5dacd7..8db5b6c7dea7 100644
--- a/pkgs/tools/graphics/imgur-screenshot/default.nix
+++ b/pkgs/tools/graphics/imgur-screenshot/default.nix
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A tool for easy screencapping and uploading to imgur";
-    homepage = https://https://github.com/jomo/imgur-screenshot/;
+    homepage = https://github.com/jomo/imgur-screenshot/;
     platforms = platforms.linux;
     license = licenses.mit;
     maintainers = with maintainers; [ lw ];