treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ freetype pango ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://moinejf.free.fr/;
|
||||
homepage = "http://moinejf.free.fr/";
|
||||
license = licenses.gpl3;
|
||||
description = "A command line program which converts ABC to music sheet in PostScript or SVG format";
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://abc.sourceforge.net/abcMIDI/";
|
||||
downloadPage = https://ifdo.ca/~seymour/runabc/top.html;
|
||||
downloadPage = "https://ifdo.ca/~seymour/runabc/top.html";
|
||||
license = licenses.gpl2Plus;
|
||||
description = "Utilities for converting between abc and MIDI";
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Program for computing the AccurateRip checksum of singletrack WAV files";
|
||||
homepage = https://github.com/leo-bogert/accuraterip-checksum;
|
||||
homepage = "https://github.com/leo-bogert/accuraterip-checksum";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = with platforms; linux;
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://acoustid.org/fingerprinter;
|
||||
homepage = "https://acoustid.org/fingerprinter";
|
||||
description = "Audio fingerprinting tool using chromaprint";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
|
||||
@@ -18,7 +18,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
meta = {
|
||||
description = "Beets plugin to manage external files";
|
||||
homepage = https://github.com/geigerzaehler/beets-alternatives;
|
||||
homepage = "https://github.com/geigerzaehler/beets-alternatives";
|
||||
maintainers = [ stdenv.lib.maintainers.aszlig ];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Beets plugin to Verify and store checksums in your library";
|
||||
homepage = https://github.com/geigerzaehler/beets-check;
|
||||
homepage = "https://github.com/geigerzaehler/beets-check";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lovesegfault ];
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ pythonPackages.buildPythonApplication {
|
||||
|
||||
meta = {
|
||||
description = "Beets plugin to move non-music files during the import process";
|
||||
homepage = https://github.com/sbarakat/beets-copyartifacts;
|
||||
homepage = "https://github.com/sbarakat/beets-copyartifacts";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://darkice.org/;
|
||||
homepage = "http://darkice.org/";
|
||||
description = "Live audio streamer";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = with stdenv.lib.maintainers; [ ikervagyok fpletz ];
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
postFixup = "wrapPythonPrograms";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/ehmry/dir2opus;
|
||||
homepage = "https://github.com/ehmry/dir2opus";
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
from standard input without reencoding and thus requires only
|
||||
very little CPU resources.
|
||||
'';
|
||||
homepage = http://icecast.org/ezstream/;
|
||||
homepage = "http://icecast.org/ezstream/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.barrucadu ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.lgpl3;
|
||||
description = "A music related metadata searchengine";
|
||||
homepage = https://github.com/sahib/glyr;
|
||||
homepage = "https://github.com/sahib/glyr";
|
||||
maintainers = [ maintainers.sternenseemann ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "A simple and lightweight volume icon that sits in your system tray";
|
||||
homepage = https://github.com/Unia/gvolicon;
|
||||
homepage = "https://github.com/Unia/gvolicon";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.bennofs ];
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Swiss-army knife for multimedia streaming";
|
||||
homepage = https://www.liquidsoap.info/;
|
||||
homepage = "https://www.liquidsoap.info/";
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
license = licenses.gpl2;
|
||||
platforms = ocamlPackages.ocaml.meta.platforms or [];
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Losslessly translate MIDI to CSV and back";
|
||||
homepage = http://www.fourmilab.ch/webtools/midicsv/;
|
||||
homepage = "http://www.fourmilab.ch/webtools/midicsv/";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
only outputs MP3 frames with valid headers, even if there is extra garbage
|
||||
in its input stream
|
||||
'';
|
||||
homepage = https://github.com/tomclegg/mp3cat;
|
||||
homepage = "https://github.com/tomclegg/mp3cat";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.omnipotententity ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Music Player Daemon AudioScrobbler";
|
||||
homepage = https://50hz.ws/mpdas/;
|
||||
homepage = "https://50hz.ws/mpdas/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.taketwo ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -19,7 +19,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A cron like daemon for mpd";
|
||||
homepage = http://alip.github.io/mpdcron/;
|
||||
homepage = "http://alip.github.io/mpdcron/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ lovek323 manveru ];
|
||||
|
||||
@@ -47,7 +47,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "MPRIS 2 support for mpd";
|
||||
homepage = https://github.com/eonpatapon/mpDris2/;
|
||||
homepage = "https://github.com/eonpatapon/mpDris2/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "PulseAudio system tray";
|
||||
homepage = https://github.com/christophgysin/pasystray;
|
||||
homepage = "https://github.com/christophgysin/pasystray";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ exlevan kamilchm ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
preConfigure = "./autogen.sh";
|
||||
meta = {
|
||||
description = "Text to speech voice sinthesizer from SVox.";
|
||||
homepage = https://github.com/naggety/picotts;
|
||||
homepage = "https://github.com/naggety/picotts";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = [ stdenv.lib.maintainers.canndrew ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command-line utility and library for controlling media players that implement MPRIS";
|
||||
homepage = https://github.com/acrisci/playerctl;
|
||||
homepage = "https://github.com/acrisci/playerctl";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ puffnfresh ];
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ alsaLib gtk3 glib libnotify libX11 pcre ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/nicklan/pnmixer;
|
||||
homepage = "https://github.com/nicklan/pnmixer";
|
||||
description = "ALSA volume mixer for the system tray";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cli and curses mixer for pulseaudio";
|
||||
homepage = https://github.com/GeorgeFilipkin/pulsemixer;
|
||||
homepage = "https://github.com/GeorgeFilipkin/pulsemixer";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.woffs ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -16,7 +16,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Collection of desktop applications for ALSA configuration";
|
||||
homepage = https://gitlab.com/sebholt/qastools;
|
||||
homepage = "https://gitlab.com/sebholt/qastools";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple toolset for broadcasting live audio using RTP/UDP and Opus";
|
||||
homepage = http://www.pogo.org.uk/~mark/trx/;
|
||||
homepage = "http://www.pogo.org.uk/~mark/trx/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.hansjoergschurr ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A lightweight volume control that sits in your systray";
|
||||
homepage = http://softwarebakery.com/maato/volumeicon.html;
|
||||
homepage = "http://softwarebakery.com/maato/volumeicon.html";
|
||||
platforms = pkgs.lib.platforms.linux;
|
||||
maintainers = with maintainers; [ bobvanderlinden ];
|
||||
license = pkgs.lib.licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user