quote homepages for better clickability
Done while I was traversing packages which I maintain to save extra clicks on urxvt (it captures semicolon as a part of URL).
This commit is contained in:
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
homepage = https://github.com/ram-on/imgurbash2;
|
||||
homepage = "https://github.com/ram-on/imgurbash2";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user