mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Treewide: use HTTPS on NonGNU domains
This commit is contained in:
parent
947be9e992
commit
a04a512f34
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
longDescription = ''
|
longDescription = ''
|
||||||
Session management system for GNU/Linux audio applications.
|
Session management system for GNU/Linux audio applications.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/lash;
|
homepage = https://www.nongnu.org/lash;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Not a Guitar-Only tuner";
|
description = "Not a Guitar-Only tuner";
|
||||||
homepage = http://www.nongnu.org/lingot/;
|
homepage = https://www.nongnu.org/lingot/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libmad ];
|
buildInputs = [ libmad ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://normalize.nongnu.org/;
|
homepage = https://www.nongnu.org/normalize/;
|
||||||
description = "Audio file normalizer";
|
description = "Audio file normalizer";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
@ -61,7 +61,7 @@ in buildPythonApplication rec {
|
|||||||
- Commandline control
|
- Commandline control
|
||||||
- Available in 24 languages
|
- Available in 24 languages
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/sonata/;
|
homepage = https://www.nongnu.org/sonata/;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.rvl ];
|
maintainers = [ stdenv.lib.maintainers.rvl ];
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://savannah.nongnu.org/projects/bbdb/;
|
homepage = https://savannah.nongnu.org/projects/bbdb/;
|
||||||
description = "The Insidious Big Brother Database (BBDB), a contact management utility for Emacs, version 3";
|
description = "The Insidious Big Brother Database (BBDB), a contact management utility for Emacs, version 3";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
};
|
};
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Emacs-lisp mode for skinning your Emacs";
|
description = "Emacs-lisp mode for skinning your Emacs";
|
||||||
homepage = http://www.nongnu.org/color-theme;
|
homepage = https://www.nongnu.org/color-theme;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
programs that need to ask a user's password to run another program
|
programs that need to ask a user's password to run another program
|
||||||
as another user.
|
as another user.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/gksu/;
|
homepage = https://www.nongnu.org/gksu/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.romildo ];
|
maintainers = [ stdenv.lib.maintainers.romildo ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
location in latitude and longitude and distance and heading in kilometers or miles,
|
location in latitude and longitude and distance and heading in kilometers or miles,
|
||||||
both for short and long path.
|
both for short and long path.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/xlog;
|
homepage = https://www.nongnu.org/xlog;
|
||||||
maintainers = [ maintainers.mafo ];
|
maintainers = [ maintainers.mafo ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.nongnu.org/ratpoison/;
|
homepage = https://www.nongnu.org/ratpoison/;
|
||||||
description = "Simple mouse-free tiling window manager";
|
description = "Simple mouse-free tiling window manager";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tray status icon, which notifies us when new email arrives";
|
description = "Tray status icon, which notifies us when new email arrives";
|
||||||
homepage = http://www.nongnu.org/mailnotify/;
|
homepage = https://www.nongnu.org/mailnotify/;
|
||||||
license = with licenses; [ gpl3 ];
|
license = with licenses; [ gpl3 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.eleanor ];
|
maintainers = [ maintainers.eleanor ];
|
||||||
|
@ -37,7 +37,7 @@ in stdenv.mkDerivation {
|
|||||||
modules into a coherent library. Think "a down-scaled, limited-scope CPAN
|
modules into a coherent library. Think "a down-scaled, limited-scope CPAN
|
||||||
for Guile".
|
for Guile".
|
||||||
'';
|
'';
|
||||||
homepage = "http://www.nongnu.org/guile-lib/";
|
homepage = "https://www.nongnu.org/guile-lib/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ vyp ];
|
maintainers = with maintainers; [ vyp ];
|
||||||
platforms = platforms.gnu ++ platforms.linux;
|
platforms = platforms.gnu ++ platforms.linux;
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
installTargets = [ "install" "install-lib" "install-dev" ];
|
installTargets = [ "install" "install-lib" "install-dev" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://savannah.nongnu.org/projects/acl";
|
homepage = "https://savannah.nongnu.org/projects/acl";
|
||||||
description = "Library and tools for manipulating access control lists";
|
description = "Library and tools for manipulating access control lists";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://savannah.nongnu.org/projects/attr/";
|
homepage = "https://savannah.nongnu.org/projects/attr/";
|
||||||
description = "Library and tools for manipulating extended attributes";
|
description = "Library and tools for manipulating extended attributes";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
line. It is written in C and has Guile (Scheme) bindings.
|
line. It is written in C and has Guile (Scheme) bindings.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://nongnu.org/libchop/;
|
homepage = https://www.nongnu.org/libchop/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.gnu ++ platforms.linux;
|
platforms = platforms.gnu ++ platforms.linux;
|
||||||
|
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||||||
user. It provides X authentication facilities for running
|
user. It provides X authentication facilities for running
|
||||||
programs in an X session.
|
programs in an X session.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/gksu/;
|
homepage = https://www.nongnu.org/gksu/;
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = stdenv.lib.licenses.lgpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.romildo ];
|
maintainers = [ stdenv.lib.maintainers.romildo ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "libnih-${version}";
|
name = "libnih-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://code.launchpad.net/libnih/1.0/${version}/+download/libnih-${version}.tar.gz";
|
url = "https://code.launchpad.net/libnih/1.0/${version}/+download/libnih-${version}.tar.gz";
|
||||||
sha256 = "01glc6y7z1g726zwpvp2zm79pyb37ki729jkh45akh35fpgp4xc9";
|
sha256 = "01glc6y7z1g726zwpvp2zm79pyb37ki729jkh45akh35fpgp4xc9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = false; # fails
|
doCheck = false; # fails
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.nongnu.org/libunwind;
|
homepage = https://www.nongnu.org/libunwind;
|
||||||
description = "A portable and efficient API to determine the call-chain of a program";
|
description = "A portable and efficient API to determine the call-chain of a program";
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.nongnu.org/pngpp/;
|
homepage = https://www.nongnu.org/pngpp/;
|
||||||
description = "C++ wrapper for libpng library";
|
description = "C++ wrapper for libpng library";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "a C runtime library for AVR microcontrollers";
|
description = "a C runtime library for AVR microcontrollers";
|
||||||
homepage = http://savannah.nongnu.org/projects/avr-libc/;
|
homepage = https://savannah.nongnu.org/projects/avr-libc/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = [ "avr-none" ];
|
platforms = [ "avr-none" ];
|
||||||
maintainers = with maintainers; [ mguentner ];
|
maintainers = with maintainers; [ mguentner ];
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
inter-language calls. It currently only supports generating Guile
|
inter-language calls. It currently only supports generating Guile
|
||||||
wrappers for C functions.
|
wrappers for C functions.
|
||||||
'';
|
'';
|
||||||
homepage = "http://www.nongnu.org/g-wrap/";
|
homepage = "https://www.nongnu.org/g-wrap/";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = with maintainers; [ vyp ];
|
maintainers = with maintainers; [ vyp ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -22,7 +22,7 @@ let version = "0.98"; in
|
|||||||
the stock `jar' program running without a JIT.
|
the stock `jar' program running without a JIT.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://savannah.nongnu.org/projects/fastjar/;
|
homepage = https://savannah.nongnu.org/projects/fastjar/;
|
||||||
|
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
download/upload/manipulate the ROM and EEPROM contents of AVR
|
download/upload/manipulate the ROM and EEPROM contents of AVR
|
||||||
microcontrollers using the in-system programming technique (ISP).
|
microcontrollers using the in-system programming technique (ISP).
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/avrdude/;
|
homepage = https://www.nongnu.org/avrdude/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Perl script which converts Texinfo source files to HTML output";
|
description = "Perl script which converts Texinfo source files to HTML output";
|
||||||
homepage = http://www.nongnu.org/texi2html/;
|
homepage = https://www.nongnu.org/texi2html/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Tool for AVR microcontrollers which can interface to many hardware in-system programmers";
|
description = "Tool for AVR microcontrollers which can interface to many hardware in-system programmers";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
homepage = http://savannah.nongnu.org/projects/uisp;
|
homepage = https://savannah.nongnu.org/projects/uisp;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://savannah.nongnu.org/projects/quilt;
|
homepage = https://savannah.nongnu.org/projects/quilt;
|
||||||
description = "Easily manage large numbers of patches";
|
description = "Easily manage large numbers of patches";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A fast-paced puzzle game inspired by the classic Super NES title Tetris Attack!";
|
description = "A fast-paced puzzle game inspired by the classic Super NES title Tetris Attack!";
|
||||||
homepage = http://www.nongnu.org/crack-attack/;
|
homepage = https://www.nongnu.org/crack-attack/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.piotr ];
|
maintainers = [ stdenv.lib.maintainers.piotr ];
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = "prefix=$(out)";
|
makeFlags = "prefix=$(out)";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.nongnu.org/dmidecode/;
|
homepage = https://www.nongnu.org/dmidecode/;
|
||||||
description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
|
description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/sysvinit/;
|
homepage = https://www.nongnu.org/sysvinit/;
|
||||||
description = "Utilities related to booting and shutdown";
|
description = "Utilities related to booting and shutdown";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||||||
It is more than a routed replacement, it can be used as a Route Server and
|
It is more than a routed replacement, it can be used as a Route Server and
|
||||||
a Route Reflector.
|
a Route Reflector.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/quagga/;
|
homepage = https://www.nongnu.org/quagga/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ tavyc ];
|
maintainers = with maintainers; [ tavyc ];
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
inherit version;
|
||||||
homepage = http://www.nongnu.org/autocutsel/;
|
homepage = https://www.nongnu.org/autocutsel/;
|
||||||
description = "Tracks changes in the server's cutbuffer and CLIPBOARD selection";
|
description = "Tracks changes in the server's cutbuffer and CLIPBOARD selection";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = with stdenv.lib.platforms; all;
|
platforms = with stdenv.lib.platforms; all;
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ libX11 guile ];
|
buildInputs = [ libX11 guile ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/xbindkeys/xbindkeys.html;
|
homepage = https://www.nongnu.org/xbindkeys/xbindkeys.html;
|
||||||
description = "Launch shell commands with your keyboard or your mouse under X Window";
|
description = "Launch shell commands with your keyboard or your mouse under X Window";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
configureScript = "${bash}/bin/bash configure";
|
configureScript = "${bash}/bin/bash configure";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/atool;
|
homepage = https://www.nongnu.org/atool;
|
||||||
description = "Archive command line helper";
|
description = "Archive command line helper";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
@ -5,7 +5,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
version = "0.7.18.2";
|
version = "0.7.18.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://code.launchpad.net/duplicity/${stdenv.lib.versions.majorMinor version}-series/${version}/+download/${name}.tar.gz";
|
url = "https://code.launchpad.net/duplicity/${stdenv.lib.versions.majorMinor version}-series/${version}/+download/${name}.tar.gz";
|
||||||
sha256 = "0j37dgyji36hvb5dbzlmh5rj83jwhni02yq16g6rd3hj8f7qhdn2";
|
sha256 = "0j37dgyji36hvb5dbzlmh5rj83jwhni02yq16g6rd3hj8f7qhdn2";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
|
description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
|
||||||
homepage = http://www.nongnu.org/duplicity;
|
homepage = https://www.nongnu.org/duplicity;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ peti ];
|
maintainers = with maintainers; [ peti ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
@ -28,11 +28,11 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Shell front end for the duplicity backup tool";
|
description = "Shell front end for the duplicity backup tool";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Duply is a shell front end for the duplicity backup tool
|
Duply is a shell front end for the duplicity backup tool
|
||||||
http://duplicity.nongnu.org/. It greatly simplifies it's usage by
|
https://www.nongnu.org/duplicity. It greatly simplifies its usage by
|
||||||
implementing backup job profiles, batch commands and more. Who says
|
implementing backup job profiles, batch commands and more. Who says
|
||||||
secure backups on non-trusted spaces are no child's play?
|
secure backups on non-trusted spaces are no child's play?
|
||||||
'';
|
'';
|
||||||
homepage = http://duply.net/;
|
homepage = https://duply.net/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A backup suite that stores files on other disks";
|
description = "A backup suite that stores files on other disks";
|
||||||
homepage = http://savannah.nongnu.org/projects/storebackup;
|
homepage = https://savannah.nongnu.org/projects/storebackup;
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/lzip/lzip.html;
|
homepage = https://www.nongnu.org/lzip/lzip.html;
|
||||||
description = "A lossless data compressor based on the LZMA algorithm";
|
description = "A lossless data compressor based on the LZMA algorithm";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = ["sbindir=$(out)/sbin" "ssbindir=$(out)/sbin"];
|
makeFlags = ["sbindir=$(out)/sbin" "ssbindir=$(out)/sbin"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://savannah.nongnu.org/projects/davfs2;
|
homepage = https://savannah.nongnu.org/projects/davfs2;
|
||||||
description = "Mount WebDAV shares like a typical filesystem";
|
description = "Mount WebDAV shares like a typical filesystem";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
to be a highly customizable and scriptable for users who are comfortable
|
to be a highly customizable and scriptable for users who are comfortable
|
||||||
with software like the VIM text editor or the Mutt mail user agent.
|
with software like the VIM text editor or the Mutt mail user agent.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/fbi-improved/;
|
homepage = https://www.nongnu.org/fbi-improved/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/icoutils/;
|
homepage = https://www.nongnu.org/icoutils/;
|
||||||
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";
|
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
;
|
;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/m17n/;
|
homepage = https://www.nongnu.org/m17n/;
|
||||||
description = "Multilingual text processing library (database)";
|
description = "Multilingual text processing library (database)";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ m17n_db ];
|
buildInputs = [ m17n_db ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/m17n/;
|
homepage = https://www.nongnu.org/m17n/;
|
||||||
description = "Multilingual text processing library (runtime)";
|
description = "Multilingual text processing library (runtime)";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/m17n/;
|
homepage = https://www.nongnu.org/m17n/;
|
||||||
description = "Multilingual text processing library (libotf)";
|
description = "Multilingual text processing library (libotf)";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/fileschanged/;
|
homepage = https://www.nongnu.org/fileschanged/;
|
||||||
description = "A command-line utility that reports when files have been altered";
|
description = "A command-line utility that reports when files have been altered";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
nativeBuildInputs = [ readline ];
|
nativeBuildInputs = [ readline ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.nongnu.org/renameutils/;
|
homepage = https://www.nongnu.org/renameutils/;
|
||||||
description = "A set of programs to make renaming of files faster";
|
description = "A set of programs to make renaming of files faster";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
homepage = http://savannah.nongnu.org/projects/flvstreamer;
|
homepage = https://savannah.nongnu.org/projects/flvstreamer;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.thammers ];
|
maintainers = [ stdenv.lib.maintainers.thammers ];
|
||||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
|
@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Components for building one-time password authentication systems";
|
description = "Components for building one-time password authentication systems";
|
||||||
homepage = http://www.nongnu.org/oath-toolkit/;
|
homepage = https://www.nongnu.org/oath-toolkit/;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
line by line and field by field, ignoring small numeric differences
|
line by line and field by field, ignoring small numeric differences
|
||||||
or/and different numeric formats
|
or/and different numeric formats
|
||||||
'';
|
'';
|
||||||
homepage = http://www.nongnu.org/numdiff/;
|
homepage = https://www.nongnu.org/numdiff/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ ndowens ];
|
maintainers = with maintainers; [ ndowens ];
|
||||||
platforms = platforms.gnu ++ platforms.linux;
|
platforms = platforms.gnu ++ platforms.linux;
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
"mirror://savannah/lout/${name}.tar.gz" # new!
|
"mirror://savannah/lout/${name}.tar.gz" # new!
|
||||||
"mirror://sourceforge/lout/${name}.tar.gz" # to be phased out
|
"mirror://sourceforge/lout/${name}.tar.gz" # to be phased out
|
||||||
# XXX: We could add the CTAN mirrors
|
# XXX: We could add the CTAN mirrors
|
||||||
# (see http://www.ctan.org/tex-archive/support/lout/).
|
# (see https://www.ctan.org/tex-archive/support/lout/).
|
||||||
];
|
];
|
||||||
sha256 = "1gb8vb1wl7ikn269dd1c7ihqhkyrwk19jwx5kd0rdvbk6g7g25ix";
|
sha256 = "1gb8vb1wl7ikn269dd1c7ihqhkyrwk19jwx5kd0rdvbk6g7g25ix";
|
||||||
};
|
};
|
||||||
@ -40,9 +40,9 @@ stdenv.mkDerivation rec {
|
|||||||
went back to the beginning.
|
went back to the beginning.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Author's page: http://www.cs.usyd.edu.au/~jeff/
|
# Author's page: http://jeffreykingston.id.au/lout/
|
||||||
# Wiki: http://lout.wiki.sourceforge.net/
|
# Wiki: https://sourceforge.net/p/lout/wiki/
|
||||||
homepage = http://savannah.nongnu.org/projects/lout/;
|
homepage = https://savannah.nongnu.org/projects/lout/;
|
||||||
|
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user