treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GUI for Git, Mercurial, Subversion";
|
||||
homepage = https://www.syntevo.com/smartgit/;
|
||||
homepage = "https://www.syntevo.com/smartgit/";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ jraygauthier ];
|
||||
|
||||
Reference in New Issue
Block a user