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:
Nikolay Amiantov
2016-08-14 22:37:10 +03:00
parent b30f4e5e4f
commit c60deb0266
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Support to authenticate against PostgreSQL for PAM-enabled appliations";
homepage = https://github.com/pam-pgsql/pam-pgsql;
homepage = "https://github.com/pam-pgsql/pam-pgsql";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];