treewide: fix various links (homepage, src)

This commit is contained in:
Vladimír Čunát
2018-09-03 16:53:02 +02:00
parent 0d388e1bb6
commit 9b48a67731
8 changed files with 11 additions and 10 deletions
@@ -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 ];