treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A digital audio interface for the Pure programming language";
homepage = http://puredocs.bitbucket.org/pure-audio.html;
homepage = "http://puredocs.bitbucket.org/pure-audio.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A digital audio interface for the Pure programming language";
homepage = http://puredocs.bitbucket.org/pure-avahi.html;
homepage = "http://puredocs.bitbucket.org/pure-avahi.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Comma Separated Value Interface for the Pure Programming Language";
homepage = http://puredocs.bitbucket.org/pure-csv.html;
homepage = "http://puredocs.bitbucket.org/pure-csv.html";
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A simple utility for literate programming and documenting source code written in the Pure programming language";
homepage = http://puredocs.bitbucket.org/pure-doc.html;
homepage = "http://puredocs.bitbucket.org/pure-doc.html";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Lets you write FastCGI scripts with Pure, to be run by web servers like Apache";
homepage = http://puredocs.bitbucket.org/pure-fastcgi.html;
homepage = "http://puredocs.bitbucket.org/pure-fastcgi.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Lets you load and run Faust-generated signal processing modules in Pure";
homepage = http://puredocs.bitbucket.org/pure-faust.html;
homepage = "http://puredocs.bitbucket.org/pure-faust.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Provides an interface to libffi which enables you to call C functions from Pure and vice versa";
homepage = http://puredocs.bitbucket.org/pure-ffi.html;
homepage = "http://puredocs.bitbucket.org/pure-ffi.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Pure interface generator";
homepage = http://puredocs.bitbucket.org/pure-gen.html;
homepage = "http://puredocs.bitbucket.org/pure-gen.html";
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Fairly complete Pure bindings for the OpenGL graphics library, which allow you to do 2D and 3D graphics programming with Pure";
homepage = http://puredocs.bitbucket.org/pure-gl.html;
homepage = "http://puredocs.bitbucket.org/pure-gl.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "GLPK interface for the Pure Programming Language";
homepage = http://puredocs.bitbucket.org/pure-glpk.html;
homepage = "http://puredocs.bitbucket.org/pure-glpk.html";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A pure binding to gnuplot";
homepage = http://puredocs.bitbucket.org/pure-gplot.html;
homepage = "http://puredocs.bitbucket.org/pure-gplot.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "GNU Scientific Library interface for Pure";
homepage = http://puredocs.bitbucket.org/pure-gsl.html;
homepage = "http://puredocs.bitbucket.org/pure-gsl.html";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A collection of bindings to use the GTK GUI toolkit version 2.x with Pure";
homepage = http://puredocs.bitbucket.org/pure-gtk.html;
homepage = "http://puredocs.bitbucket.org/pure-gtk.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A quick and dirty Pure wrapper for the liblo library, which implements Berkeleys Open Sound Control (OSC) protocol";
homepage = http://puredocs.bitbucket.org/pure-liblo.html;
homepage = "http://puredocs.bitbucket.org/pure-liblo.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A Pure module for David Robillards Lilv, a library for LV2 plugin host writers";
homepage = http://puredocs.bitbucket.org/pure-lilv.html;
homepage = "http://puredocs.bitbucket.org/pure-lilv.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A generic LV2 plugin wrapper for Pure which can be linked with batch-compiled Pure scripts to obtain LV2 plugin modules";
homepage = http://puredocs.bitbucket.org/pure-lv2.html;
homepage = "http://puredocs.bitbucket.org/pure-lv2.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A MIDI interface for the Pure programming language";
homepage = http://puredocs.bitbucket.org/pure-midi.html;
homepage = "http://puredocs.bitbucket.org/pure-midi.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "This module makes the MPFR multiprecision floats available in Pure";
homepage = http://puredocs.bitbucket.org/pure-mpfr.html;
homepage = "http://puredocs.bitbucket.org/pure-mpfr.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An Octave module for the Pure programming language";
homepage = http://puredocs.bitbucket.org/pure-octave.html;
homepage = "http://puredocs.bitbucket.org/pure-octave.html";
license = stdenv.lib.licenses.gpl3Plus;
# This is set to none for now because it does not work with the
# current stable version of Octave.
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A simple ODBC interface for the Pure programming language";
homepage = http://puredocs.bitbucket.org/pure-odbc.html;
homepage = "http://puredocs.bitbucket.org/pure-odbc.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Converts Sphinx-formatted Pure documentation files to Markdown and other formats using Pandoc";
homepage = http://puredocs.bitbucket.org/pure-pandoc.html;
homepage = "http://puredocs.bitbucket.org/pure-pandoc.html";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A collection of utility functions for rational numbers, and a module for doing interval arithmetic in Pure";
homepage = http://puredocs.bitbucket.org/pure-rational.html;
homepage = "http://puredocs.bitbucket.org/pure-rational.html";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A trivial wrapper around GNU readline, which gives Pure scripts access to the most important facilities of the readline interface";
homepage = http://puredocs.bitbucket.org/pure-readline.html;
homepage = "http://puredocs.bitbucket.org/pure-readline.html";
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A Pure interface to the Berkeley socket functions";
homepage = http://puredocs.bitbucket.org/pure-sockets.html;
homepage = "http://puredocs.bitbucket.org/pure-sockets.html";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A SQLite module for the Pure programming language";
homepage = http://puredocs.bitbucket.org/pure-sql3.html;
homepage = "http://puredocs.bitbucket.org/pure-sql3.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A Pure interface to the C++ dictionary containers map and unordered_map";
homepage = http://puredocs.bitbucket.org/pure-stldict.html;
homepage = "http://puredocs.bitbucket.org/pure-stldict.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An umbrella package that contains a pair of Pure addons, pure-stlvec and pure-stlmap";
homepage = http://puredocs.bitbucket.org/pure-stllib.html;
homepage = "http://puredocs.bitbucket.org/pure-stllib.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A basic interface between Pure and Tcl/Tk";
homepage = http://puredocs.bitbucket.org/pure-tk.html;
homepage = "http://puredocs.bitbucket.org/pure-tk.html";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A simplified interface to the Gnome libxml2 and libxslt libraries for Pure";
homepage = http://puredocs.bitbucket.org/pure-xml.html;
homepage = "http://puredocs.bitbucket.org/pure-xml.html";
license = stdenv.lib.licenses.lgpl3Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ asppsa ];