treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library for managing single signon credentials which can be used from GLib applications";
|
||||
homepage = https://gitlab.com/accounts-sso/libsignon-glib;
|
||||
homepage = "https://gitlab.com/accounts-sso/libsignon-glib";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ worldofpeace ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user