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-13 03:18:13 +03:00
parent b30f4e5e4f
commit c60deb0266
8 changed files with 8 additions and 8 deletions

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 ];

View file

@ -99,7 +99,7 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = http://dspam.nuclearelephant.com/;
homepage = "http://nuclearelephant.com/";
description = "Community Driven Antispam Filter";
license = licenses.agpl3;
platforms = platforms.linux;

View file

@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
description = "ONC RPC portmapper";
license = licenses.bsd3;
platforms = platforms.unix;
homepage = http://sourceforge.net/projects/rpcbind/;
homepage = "http://sourceforge.net/projects/rpcbind/";
maintainers = with maintainers; [ abbradar ];
longDescription = ''
Universal addresses to RPC program number mapper.

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_LINK = [ "-lsystemd" ];
meta = with stdenv.lib; {
homepage = http://uwsgi-docs.readthedocs.org/en/latest/;
homepage = "http://uwsgi-docs.readthedocs.org/en/latest/";
description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C";
license = licenses.gpl2;
maintainers = with maintainers; [ abbradar ];

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = http://www.virtualgl.org/;
homepage = "http://www.virtualgl.org/";
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
license = licenses.free; # many parts under different free licenses
platforms = platforms.linux;

View file

@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = https://github.com/blueman-project;
homepage = "https://github.com/blueman-project/blueman";
description = "GTK+-based Bluetooth Manager";
license = licenses.gpl3;
platforms = platforms.linux;

View file

@ -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";
};
}

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A suite of programs for processing MPEG or MJPEG video";
homepage = http://mjpeg.sourceforge.net/;
homepage = "http://mjpeg.sourceforge.net/";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ];