quote URLs in my packages to ease opening them from urxvt

This commit is contained in:
Nikolay Amiantov 2016-04-30 02:58:00 +03:00
parent 190eaea739
commit 938d64f1f3
16 changed files with 18 additions and 18 deletions

View File

@ -96,10 +96,10 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Ultimate Music Player for GNU/Linux"; description = "Ultimate Music Player for GNU/Linux";
homepage = http://deadbeef.sourceforge.net/; homepage = "http://deadbeef.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.abbradar ]; maintainers = [ maintainers.abbradar ];
repositories.git = https://github.com/Alexey-Yakovenko/deadbeef; repositories.git = "https://github.com/Alexey-Yakovenko/deadbeef";
}; };
} }

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
dialog for the PulseAudio sound server. dialog for the PulseAudio sound server.
''; '';
homepage = http://freedesktop.org/software/pulseaudio/paprefs/; homepage = "http://freedesktop.org/software/pulseaudio/paprefs/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
easily control the volume of all clients, sinks, etc. easily control the volume of all clients, sinks, etc.
''; '';
homepage = http://freedesktop.org/software/pulseaudio/pavucontrol/ ; homepage = "http://freedesktop.org/software/pulseaudio/pavucontrol/";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Text-to-speech engine"; description = "Text-to-speech engine";
homepage = https://android.googlesource.com/platform/external/svox; homepage = "https://android.googlesource.com/platform/external/svox";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

@ -34,7 +34,7 @@ pythonPackages.buildPythonApplication rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://octoprint.org/; homepage = "http://octoprint.org/";
description = "The snappy web interface for your 3D printer"; description = "The snappy web interface for your 3D printer";
platforms = platforms.all; platforms = platforms.all;
license = licenses.agpl3; license = licenses.agpl3;

View File

@ -31,8 +31,8 @@ in {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/donovan6000/M3D-Fio; homepage = "https://github.com/donovan6000/M3D-Fio";
description = " OctoPrint plugin for the Micro 3D printer"; description = "OctoPrint plugin for the Micro 3D printer";
platforms = platforms.all; platforms = platforms.all;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A tool to edit resource files (BRF)"; description = "A tool to edit resource files (BRF)";
homepage = https://github.com/cfcohen/openbrf; homepage = "https://github.com/cfcohen/openbrf";
maintainers = with stdenv.lib.maintainers; [ abbradar ]; maintainers = with stdenv.lib.maintainers; [ abbradar ];
license = licenses.free; license = licenses.free;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libotr pidgin intltool ]; buildInputs = [ libotr pidgin intltool ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://otr.cypherpunks.ca/; homepage = "https://otr.cypherpunks.ca/";
description = "Plugin for Pidgin 2.x which implements OTR Messaging"; description = "Plugin for Pidgin 2.x which implements OTR Messaging";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
configureFlags = [ "--disable-static" "--enable-shared" ]; configureFlags = [ "--disable-static" "--enable-shared" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://www.openprinting.org/download/ijs/; homepage = "https://www.openprinting.org/download/ijs/";
description = "Raster printer driver architecture"; description = "Raster printer driver architecture";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;

View File

@ -49,7 +49,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Memory hacking library for Dwarf Fortress and a set of tools that use it"; description = "Memory hacking library for Dwarf Fortress and a set of tools that use it";
homepage = https://github.com/DFHack/dfhack/; homepage = "https://github.com/DFHack/dfhack/";
license = licenses.zlib; license = licenses.zlib;
platforms = [ "i686-linux" ]; platforms = [ "i686-linux" ];
maintainers = with maintainers; [ robbinch a1russell abbradar ]; maintainers = with maintainers; [ robbinch a1russell abbradar ];

View File

@ -26,7 +26,7 @@ in stdenv.mkDerivation {
dontPatchELF = true; dontPatchELF = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://grub4dos.chenall.net/; homepage = "http://grub4dos.chenall.net/";
description = "GRUB for DOS is the dos extension of GRUB"; description = "GRUB for DOS is the dos extension of GRUB";
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig docbook_xsl ]; nativeBuildInputs = [ cmake pkgconfig docbook_xsl ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/Grumbel/sdl-jstest; homepage = "https://github.com/Grumbel/sdl-jstest";
description = "Simple SDL joystick test application for the console"; description = "Simple SDL joystick test application for the console";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "X color profile daemon"; description = "X color profile daemon";
homepage = https://github.com/agalakhov/xiccd; homepage = "https://github.com/agalakhov/xiccd";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib ]; buildInputs = [ zlib ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://matt.ucc.asn.au/dropbear/dropbear.html; homepage = "http://matt.ucc.asn.au/dropbear/dropbear.html";
description = "A small footprint implementation of the SSH 2 protocol"; description = "A small footprint implementation of the SSH 2 protocol";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];

View File

@ -20,7 +20,7 @@ in stdenv.mkDerivation {
makeFlags = [ "PREFIX=$(out)" ]; makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.xelerance.com/software/xl2tpd/; homepage = "http://www.xelerance.com/software/xl2tpd/";
description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)"; description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Thermal Daemon"; description = "Thermal Daemon";
homepage = https://01.org/linux-thermal-daemon; homepage = "https://01.org/linux-thermal-daemon";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];