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; { meta = with stdenv.lib; {
description = "Support to authenticate against PostgreSQL for PAM-enabled appliations"; 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; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

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

View File

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

View File

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_LINK = [ "-lsystemd" ]; NIX_CFLAGS_LINK = [ "-lsystemd" ];
meta = with stdenv.lib; { 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"; description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { 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"; description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
license = licenses.free; # many parts under different free licenses license = licenses.free; # many parts under different free licenses
platforms = platforms.linux; platforms = platforms.linux;

View File

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

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ]; 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; { meta = with stdenv.lib; {
description = "A suite of programs for processing MPEG or MJPEG video"; description = "A suite of programs for processing MPEG or MJPEG video";
homepage = http://mjpeg.sourceforge.net/; homepage = "http://mjpeg.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];