treewide:replace http by https when https is a permanent redirection

This commit is contained in:
Ferry Jérémie 2023-02-19 21:43:38 +01:00
parent 48d298f853
commit bfac2d0034
95 changed files with 110 additions and 110 deletions

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Realtime modular synthesizer for ALSA"; description = "Realtime modular synthesizer for ALSA";
homepage = "http://alsamodular.sourceforge.net"; homepage = "https://alsamodular.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ sjfloat ]; maintainers = with maintainers; [ sjfloat ];

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A range of synthesiser, electric piano and organ emulations"; description = "A range of synthesiser, electric piano and organ emulations";
homepage = "http://bristol.sourceforge.net"; homepage = "https://bristol.sourceforge.net";
license = licenses.gpl3; license = licenses.gpl3;
platforms = ["x86_64-linux" "i686-linux"]; platforms = ["x86_64-linux" "i686-linux"];
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
homepage = "http://calf-studio-gear.org"; homepage = "https://calf-studio-gear.org";
description = "A set of high quality open source audio plugins for musicians"; description = "A set of high quality open source audio plugins for musicians";
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
CFLAGS = lib.optionalString debug " -DDEBUG=2"; CFLAGS = lib.optionalString debug " -DDEBUG=2";
meta = { meta = {
homepage = "http://eflite.sourceforge.net"; homepage = "https://eflite.sourceforge.net";
description = "Speech server for screen readers"; description = "Speech server for screen readers";
longDescription = '' longDescription = ''
EFlite is a speech server for Emacspeak and other screen EFlite is a speech server for Emacspeak and other screen

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
software, released under the GNU GPL license. software, released under the GNU GPL license.
'' ; '' ;
homepage = "http://freewheeling.sourceforge.net"; homepage = "https://freewheeling.sourceforge.net";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.sepi ]; maintainers = [ lib.maintainers.sepi ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://jamin.sourceforge.net"; homepage = "https://jamin.sourceforge.net";
description = "JACK Audio Mastering interface"; description = "JACK Audio Mastering interface";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.nico202 ]; maintainers = [ maintainers.nico202 ];

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "MIDI controllable audio sampler"; description = "MIDI controllable audio sampler";
longDescription = "a fork of Specimen"; longDescription = "a fork of Specimen";
homepage = "http://petri-foo.sourceforge.net"; homepage = "https://petri-foo.sourceforge.net";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
parallel. parallel.
''; '';
homepage = "http://qmidiarp.sourceforge.net"; homepage = "https://qmidiarp.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ sjfloat ]; maintainers = with maintainers; [ sjfloat ];

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
It is able to gather this information from Apple iPods or DAPs running the Rockbox replacement firmware. It is able to gather this information from Apple iPods or DAPs running the Rockbox replacement firmware.
''; '';
homepage = "http://qtscrob.sourceforge.net"; homepage = "https://qtscrob.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.vanzef ]; maintainers = [ maintainers.vanzef ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Multi-effects processor emulating a guitar effects pedalboard"; description = "Multi-effects processor emulating a guitar effects pedalboard";
homepage = "http://rakarrack.sourceforge.net"; homepage = "https://rakarrack.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
]; # taken from the debian yasr package ]; # taken from the debian yasr package
meta = { meta = {
homepage = "http://yasr.sourceforge.net"; homepage = "https://yasr.sourceforge.net";
description = "A general-purpose console screen reader"; description = "A general-purpose console screen reader";
longDescription = "Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems."; longDescription = "Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems.";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Ncurses based hex editor with a vim-like interface"; description = "Ncurses based hex editor with a vim-like interface";
homepage = "http://bviplus.sourceforge.net"; homepage = "https://bviplus.sourceforge.net";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "File editor/viewer/analyzer for executables"; description = "File editor/viewer/analyzer for executables";
homepage = "http://hte.sourceforge.net"; homepage = "https://hte.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A fast image viewer"; description = "A fast image viewer";
homepage = "http://gqview.sourceforge.net"; homepage = "https://gqview.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "An offline thesaurus based on WordNet"; description = "An offline thesaurus based on WordNet";
homepage = "http://artha.sourceforge.net"; homepage = "https://artha.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "An audio resampling library"; description = "An audio resampling library";
homepage = "http://soxr.sourceforge.net"; homepage = "https://soxr.sourceforge.net";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "The big set of CLI tools to make/modify/optimize/show/export DJVU files"; description = "The big set of CLI tools to make/modify/optimize/show/export DJVU files";
homepage = "http://djvu.sourceforge.net"; homepage = "https://djvu.sourceforge.net";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ Anton-Latukha ]; maintainers = with maintainers; [ Anton-Latukha ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
homepage = "http://eaglemode.sourceforge.net"; homepage = "https://eaglemode.sourceforge.net";
description = "Zoomable User Interface"; description = "Zoomable User Interface";
changelog = "https://eaglemode.sourceforge.net/ChangeLog.html"; changelog = "https://eaglemode.sourceforge.net/ChangeLog.html";
license = licenses.gpl3; license = licenses.gpl3;

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://eureka-editor.sourceforge.net"; homepage = "https://eureka-editor.sourceforge.net";
description = "A map editor for the classic DOOM games, and a few related games such as Heretic and Hexen"; description = "A map editor for the classic DOOM games, and a few related games such as Heretic and Hexen";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.all; platforms = platforms.all;

View file

@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "Heuristics-driven menu generator for several window managers"; description = "Heuristics-driven menu generator for several window managers";
homepage = "http://menumaker.sourceforge.net"; homepage = "https://menumaker.sourceforge.net";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.romildo ]; maintainers = [ maintainers.romildo ];

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A command line calculator"; description = "A command line calculator";
homepage = "http://w-calc.sourceforge.net"; homepage = "https://w-calc.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -31,7 +31,7 @@ mkDerivation rec {
These change the parameters used when sounding the Morse code. These change the parameters used when sounding the Morse code.
cw reports any errors in embedded commands cw reports any errors in embedded commands
''; '';
homepage = "http://unixcw.sourceforge.net"; homepage = "https://unixcw.sourceforge.net";
maintainers = [ maintainers.mafo ]; maintainers = [ maintainers.mafo ];
license = licenses.gpl2; license = licenses.gpl2;
platforms=platforms.linux; platforms=platforms.linux;

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Renders an image of the earth or other planets into the X root window"; description = "Renders an image of the earth or other planets into the X root window";
homepage = "http://xplanet.sourceforge.net"; homepage = "https://xplanet.sourceforge.net";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ lassulus sander ]; maintainers = with maintainers; [ lassulus sander ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "An ultrafast memory-efficient short read aligner"; description = "An ultrafast memory-efficient short read aligner";
license = licenses.artistic2; license = licenses.artistic2;
homepage = "http://bowtie-bio.sourceforge.net"; homepage = "https://bowtie-bio.sourceforge.net";
maintainers = with maintainers; [ prusnak ]; maintainers = with maintainers; [ prusnak ];
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
Gouy M., Guindon S. & Gascuel O. (2010) SeaView version 4 : a multiplatform graphical user interface for sequence alignment and phylogenetic tree building. Molecular Biology and Evolution 27(2):221-224. Gouy M., Guindon S. & Gascuel O. (2010) SeaView version 4 : a multiplatform graphical user interface for sequence alignment and phylogenetic tree building. Molecular Biology and Evolution 27(2):221-224.
''; '';
homepage = "http://doua.prabi.fr/software/seaview"; homepage = "https://doua.prabi.fr/software/seaview";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.iimog ]; maintainers = [ maintainers.iimog ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "VCD/Waveform viewer for Unix and Win32"; description = "VCD/Waveform viewer for Unix and Win32";
homepage = "http://gtkwave.sourceforge.net"; homepage = "https://gtkwave.sourceforge.net";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ thoughtpolice jiegec ]; maintainers = with lib.maintainers; [ thoughtpolice jiegec ];
platforms = lib.platforms.linux ++ lib.platforms.darwin; platforms = lib.platforms.linux ++ lib.platforms.darwin;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Integrated circuit simulator"; description = "Integrated circuit simulator";
homepage = "http://qucs.sourceforge.net"; homepage = "https://qucs.sourceforge.net";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [viric]; maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux; platforms = with lib.platforms; linux;

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Oscilloscope through the sound card"; description = "Oscilloscope through the sound card";
homepage = "http://xoscope.sourceforge.net"; homepage = "https://xoscope.sourceforge.net";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [viric]; maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux; platforms = with lib.platforms; linux;

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A high-performance theorem prover and SMT solver"; description = "A high-performance theorem prover and SMT solver";
homepage = "http://yices.csl.sri.com"; homepage = "https://yices.csl.sri.com";
license = licenses.gpl3; license = licenses.gpl3;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ thoughtpolice ]; maintainers = with maintainers; [ thoughtpolice ];

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
gretl is a cross-platform software package for econometric analysis, gretl is a cross-platform software package for econometric analysis,
written in the C programming language. written in the C programming language.
''; '';
homepage = "http://gretl.sourceforge.net"; homepage = "https://gretl.sourceforge.net";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ dmrauh ]; maintainers = with maintainers; [ dmrauh ];
platforms = with platforms; all; platforms = with platforms; all;

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A Mixed Integer Linear Programming (MILP) solver"; description = "A Mixed Integer Linear Programming (MILP) solver";
homepage = "http://lpsolve.sourceforge.net"; homepage = "https://lpsolve.sourceforge.net";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ smironov ]; maintainers = with maintainers; [ smironov ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -166,7 +166,7 @@ stdenv.mkDerivation rec {
# https://www.singular.uni-kl.de:8002/trac/ticket/837 # https://www.singular.uni-kl.de:8002/trac/ticket/837
platforms = subtractLists platforms.i686 platforms.unix; platforms = subtractLists platforms.i686 platforms.unix;
license = licenses.gpl3; # Or GPLv2 at your option - but not GPLv4 license = licenses.gpl3; # Or GPLv2 at your option - but not GPLv4
homepage = "http://www.singular.uni-kl.de"; homepage = "https://www.singular.uni-kl.de";
downloadPage = "http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/"; downloadPage = "http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/";
mainProgram = "Singular"; mainProgram = "Singular";
}; };

View file

@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://www.gromacs.org"; homepage = "https://www.gromacs.org";
license = licenses.gpl2; license = licenses.gpl2;
description = "Molecular dynamics software package"; description = "Molecular dynamics software package";
longDescription = '' longDescription = ''

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Lightweight and simple DVD slide show maker"; description = "Lightweight and simple DVD slide show maker";
homepage = "http://imagination.sourceforge.net"; homepage = "https://imagination.sourceforge.net";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ austinbutler ]; maintainers = with maintainers; [ austinbutler ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "Converts a .TiVo file (produced by TiVoToGo) to a normal MPEG file"; description = "Converts a .TiVo file (produced by TiVoToGo) to a normal MPEG file";
homepage = "http://tivodecode.sourceforge.net"; homepage = "https://tivodecode.sourceforge.net";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.bsd3; license = licenses.bsd3;
}; };

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://www.upperbounds.net"; homepage = "https://www.upperbounds.net";
description = "A set of fixed-width screen fonts that are designed for code listings"; description = "A set of fixed-width screen fonts that are designed for code listings";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
in the Metamath Proof Explorer, and it generated its web pages. The *.mm in the Metamath Proof Explorer, and it generated its web pages. The *.mm
ASCII databases (set.mm and others) are also included in this derivation. ASCII databases (set.mm and others) are also included in this derivation.
''; '';
homepage = "http://us.metamath.org"; homepage = "https://us.metamath.org";
downloadPage = "https://us.metamath.org/#downloads"; downloadPage = "https://us.metamath.org/#downloads";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.taneb ]; maintainers = [ maintainers.taneb ];

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "C++ linear algebra library"; description = "C++ linear algebra library";
homepage = "http://arma.sourceforge.net"; homepage = "https://arma.sourceforge.net";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ juliendehos knedlsepp ]; maintainers = with maintainers; [ juliendehos knedlsepp ];

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
CLucene is a port of the very popular Java Lucene text search engine API. CLucene is a port of the very popular Java Lucene text search engine API.
''; '';
homepage = "http://clucene.sourceforge.net"; homepage = "https://clucene.sourceforge.net";
platforms = platforms.unix; platforms = platforms.unix;
license = with licenses; [ asl20 lgpl2 ]; license = with licenses; [ asl20 lgpl2 ];
}; };

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
CLucene is a port of the very popular Java Lucene text search engine API. CLucene is a port of the very popular Java Lucene text search engine API.
''; '';
homepage = "http://clucene.sourceforge.net"; homepage = "https://clucene.sourceforge.net";
platforms = platforms.unix; platforms = platforms.unix;
license = with licenses; [ asl20 lgpl2 ]; license = with licenses; [ asl20 lgpl2 ];
}; };

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-ecore" "--disable-tests" ]; configureFlags = [ "--disable-ecore" "--disable-tests" ];
meta = with lib; { meta = with lib; {
homepage = "http://dbus-cplusplus.sourceforge.net"; homepage = "https://dbus-cplusplus.sourceforge.net";
description = "C++ API for D-BUS"; description = "C++ API for D-BUS";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Word-processor-style highlighting and replacement of misspelled words"; description = "Word-processor-style highlighting and replacement of misspelled words";
homepage = "http://gtkspell.sourceforge.net"; homepage = "https://gtkspell.sourceforge.net";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.gpl2; license = licenses.gpl2;
}; };

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
command line interface or in a text-oriented interactive interface. command line interface or in a text-oriented interactive interface.
''; '';
license = with licenses; [ gpl2Plus lgpl2Plus ]; license = with licenses; [ gpl2Plus lgpl2Plus ];
homepage = "http://hamlib.sourceforge.net"; homepage = "https://hamlib.sourceforge.net";
maintainers = with maintainers; [ relrod ]; maintainers = with maintainers; [ relrod ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };

View file

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
command line interface or in a text-oriented interactive interface. command line interface or in a text-oriented interactive interface.
''; '';
license = with licenses; [ gpl2Plus lgpl2Plus ]; license = with licenses; [ gpl2Plus lgpl2Plus ];
homepage = "http://hamlib.sourceforge.net"; homepage = "https://hamlib.sourceforge.net";
maintainers = with maintainers; [ relrod ]; maintainers = with maintainers; [ relrod ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];
meta = with lib; { meta = with lib; {
homepage = "http://hunspell.sourceforge.net"; homepage = "https://hunspell.sourceforge.net";
description = "Spell checker"; description = "Spell checker";
longDescription = '' longDescription = ''
Hunspell is the spell checker of LibreOffice, OpenOffice.org, Mozilla Hunspell is the spell checker of LibreOffice, OpenOffice.org, Mozilla

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Library for reading, writing, and manipulating ID3v1 and ID3v2 tags"; description = "Library for reading, writing, and manipulating ID3v1 and ID3v2 tags";
homepage = "http://id3lib.sourceforge.net"; homepage = "https://id3lib.sourceforge.net";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.lgpl2; license = licenses.lgpl2;
}; };

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://httpunit.sourceforge.net"; homepage = "https://httpunit.sourceforge.net";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.mit; license = licenses.mit;
}; };

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "An open source clone of the Motif widget set"; description = "An open source clone of the Motif widget set";
homepage = "http://lesstif.sourceforge.net"; homepage = "https://lesstif.sourceforge.net";
platforms = platforms.unix; platforms = platforms.unix;
license = with licenses; [ gpl2 lgpl2 ]; license = with licenses; [ gpl2 lgpl2 ];
}; };

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A portable library for controlling audio CDs"; description = "A portable library for controlling audio CDs";
homepage = "http://libcdaudio.sourceforge.net"; homepage = "https://libcdaudio.sourceforge.net";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
license = lib.licenses.lgpl2; license = lib.licenses.lgpl2;
}; };

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "iODBC driver manager"; description = "iODBC driver manager";
homepage = "http://www.iodbc.org"; homepage = "https://www.iodbc.org";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.bsd3; license = licenses.bsd3;
}; };

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
}; };
meta = { meta = {
homepage = "http://liblastfm.sourceforge.net"; homepage = "https://liblastfm.sourceforge.net";
description = "Unofficial C lastfm library"; description = "Unofficial C lastfm library";
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
}; };

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Open-source braille translator and back-translator"; description = "Open-source braille translator and back-translator";
homepage = "http://liblouis.org/"; homepage = "https://liblouis.org/";
license = with licenses; [ license = with licenses; [
lgpl21Plus # library lgpl21Plus # library
gpl3Plus # tools gpl3Plus # tools

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Replacement for the old crypt() package and crypt(1) command, with extensions"; description = "Replacement for the old crypt() package and crypt(1) command, with extensions";
homepage = "http://mcrypt.sourceforge.net"; homepage = "https://mcrypt.sourceforge.net";
license = "GPL"; license = "GPL";
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
following rfc2104 (HMAC). It also includes some key generation algorithms following rfc2104 (HMAC). It also includes some key generation algorithms
which are based on hash algorithms. which are based on hash algorithms.
''; '';
homepage = "http://mhash.sourceforge.net"; homepage = "https://mhash.sourceforge.net";
license = "LGPL"; license = "LGPL";
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Library for importing WordPerfect documents"; description = "Library for importing WordPerfect documents";
homepage = "http://libwpd.sourceforge.net"; homepage = "https://libwpd.sourceforge.net";
license = with licenses; [ lgpl21 mpl20 ]; license = with licenses; [ lgpl21 mpl20 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
meta = with lib; { meta = with lib; {
homepage = "http://libwpg.sourceforge.net"; homepage = "https://libwpg.sourceforge.net";
description = "C++ library to parse WPG"; description = "C++ library to parse WPG";
license = with licenses; [ lgpl21 mpl20 ]; license = with licenses; [ lgpl21 mpl20 ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A C++ library of designs, containing flexible implementations of common design patterns and idioms"; description = "A C++ library of designs, containing flexible implementations of common design patterns and idioms";
homepage = "http://loki-lib.sourceforge.net"; homepage = "https://loki-lib.sourceforge.net";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://podofo.sourceforge.net"; homepage = "https://podofo.sourceforge.net";
description = "A library to work with the PDF file format"; description = "A library to work with the PDF file format";
platforms = platforms.all; platforms = platforms.all;
license = with licenses; [ gpl2Plus lgpl2Plus ]; license = with licenses; [ gpl2Plus lgpl2Plus ];

View file

@ -55,7 +55,7 @@ in stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Unified Communication X library"; description = "Unified Communication X library";
homepage = "http://www.openucx.org"; homepage = "https://www.openucx.org";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.markuskowa ]; maintainers = [ maintainers.markuskowa ];

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
urls = [ urls = [
"ftp://ftp.unixodbc.org/pub/unixODBC/${pname}-${version}.tar.gz" "ftp://ftp.unixodbc.org/pub/unixODBC/${pname}-${version}.tar.gz"
"http://www.unixodbc.org/${pname}-${version}.tar.gz" "https://www.unixodbc.org/${pname}-${version}.tar.gz"
]; ];
sha256 = "sha256-2eVcjnEYNH48ZshzOIVtrRUWtJD7fHVsFWKiwmfHO1w="; sha256 = "sha256-2eVcjnEYNH48ZshzOIVtrRUWtJD7fHVsFWKiwmfHO1w=";
}; };
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "ODBC driver manager for Unix"; description = "ODBC driver manager for Unix";
homepage = "http://www.unixodbc.org/"; homepage = "https://www.unixodbc.org/";
license = licenses.lgpl2; license = licenses.lgpl2;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -90399,7 +90399,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "The browser package manager"; description = "The browser package manager";
homepage = "http://bower.io"; homepage = "https://bower.io";
license = "MIT"; license = "MIT";
}; };
production = true; production = true;
@ -113383,7 +113383,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites"; description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites";
homepage = "http://github.com/remy/inliner"; homepage = "https://github.com/remy/inliner";
license = "MIT"; license = "MIT";
}; };
production = true; production = true;
@ -115668,7 +115668,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "Static analysis tool for JavaScript"; description = "Static analysis tool for JavaScript";
homepage = "http://jshint.com/"; homepage = "https://jshint.com/";
license = "MIT"; license = "MIT";
}; };
production = true; production = true;
@ -119084,7 +119084,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "Leaner CSS"; description = "Leaner CSS";
homepage = "http://lesscss.org"; homepage = "https://lesscss.org";
license = "Apache-2.0"; license = "Apache-2.0";
}; };
production = true; production = true;
@ -119109,7 +119109,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "clean-css plugin for less.js"; description = "clean-css plugin for less.js";
homepage = "http://lesscss.org"; homepage = "https://lesscss.org";
}; };
production = true; production = true;
bypassCache = true; bypassCache = true;
@ -123170,7 +123170,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "Web Inspector based nodeJS debugger"; description = "Web Inspector based nodeJS debugger";
homepage = "http://github.com/node-inspector/node-inspector"; homepage = "https://github.com/node-inspector/node-inspector";
}; };
production = true; production = true;
bypassCache = true; bypassCache = true;
@ -123660,7 +123660,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "Low-code programming for event-driven applications"; description = "Low-code programming for event-driven applications";
homepage = "http://nodered.org"; homepage = "https://nodered.org";
license = "Apache-2.0"; license = "Apache-2.0";
}; };
production = true; production = true;
@ -128430,7 +128430,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "Production process manager for Node.JS applications with a built-in load balancer."; description = "Production process manager for Node.JS applications with a built-in load balancer.";
homepage = "http://pm2.keymetrics.io/"; homepage = "https://pm2.keymetrics.io/";
license = "AGPL-3.0"; license = "AGPL-3.0";
}; };
production = true; production = true;
@ -150171,7 +150171,7 @@ in
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
description = "CLI tool for running Yeoman generators"; description = "CLI tool for running Yeoman generators";
homepage = "http://yeoman.io"; homepage = "https://yeoman.io";
license = "BSD-2-Clause"; license = "BSD-2-Clause";
}; };
production = true; production = true;

View file

@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Library for building complex data processing software by combining widely used machine learning algorithms"; description = "Library for building complex data processing software by combining widely used machine learning algorithms";
homepage = "http://mdp-toolkit.sourceforge.net"; homepage = "https://mdp-toolkit.sourceforge.net";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ nico202 ]; maintainers = with maintainers; [ nico202 ];
}; };

View file

@ -83,7 +83,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Optional static typing for Python"; description = "Optional static typing for Python";
homepage = "http://www.mypy-lang.org"; homepage = "https://www.mypy-lang.org";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ martingms lnl7 SuperSandro2000 ]; maintainers = with maintainers; [ martingms lnl7 SuperSandro2000 ];
}; };

View file

@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Experimental type system extensions for programs checked with the mypy typechecker"; description = "Experimental type system extensions for programs checked with the mypy typechecker";
homepage = "http://www.mypy-lang.org"; homepage = "https://www.mypy-lang.org";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ martingms lnl7 SuperSandro2000 ]; maintainers = with maintainers; [ martingms lnl7 SuperSandro2000 ];
}; };

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "This set of C (Cython) extensions provides acceleration of common operations for slow points in PyOpenGL 3.x"; description = "This set of C (Cython) extensions provides acceleration of common operations for slow points in PyOpenGL 3.x";
homepage = "http://pyopengl.sourceforge.net/"; homepage = "https://pyopengl.sourceforge.net/";
maintainers = with lib.maintainers; [ laikq ]; maintainers = with lib.maintainers; [ laikq ];
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
}; };

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Library and utility to explain system call errors"; description = "Library and utility to explain system call errors";
homepage = "http://libexplain.sourceforge.net"; homepage = "https://libexplain.sourceforge.net";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ McSinyx ]; maintainers = with maintainers; [ McSinyx ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A simple literate programming tool"; description = "A simple literate programming tool";
homepage = "http://nuweb.sourceforge.net"; homepage = "https://nuweb.sourceforge.net";
license = licenses.free; license = licenses.free;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
phones. With dfu-util you are able to download firmware to your device or phones. With dfu-util you are able to download firmware to your device or
upload firmware from it. upload firmware from it.
''; '';
homepage = "http://dfu-util.sourceforge.net"; homepage = "https://dfu-util.sourceforge.net";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.fpletz ]; maintainers = [ maintainers.fpletz ];

View file

@ -33,7 +33,7 @@ mkDerivation rec {
Many full-fledged games have been writen for the engine. Many full-fledged games have been writen for the engine.
Games can be created easily using the editor. Games can be created easily using the editor.
''; '';
homepage = "http://www.solarus-games.org"; homepage = "https://www.solarus-games.org";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
outputs = [ "bin" "out" "dev" "lib" ]; outputs = [ "bin" "out" "dev" "lib" ];
meta = with lib; { meta = with lib; {
homepage = "http://udis86.sourceforge.net"; homepage = "https://udis86.sourceforge.net";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ timor ]; maintainers = with maintainers; [ timor ];
mainProgram = "udcli"; mainProgram = "udcli";

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [ SDL SDL_mixer ]; buildInputs = [ SDL SDL_mixer ];
meta = { meta = {
homepage = "http://ri-li.sourceforge.net"; homepage = "https://ri-li.sourceforge.net";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
description = "A children's train game"; description = "A children's train game";
longDescription = '' longDescription = ''

View file

@ -33,7 +33,7 @@ mkDerivation rec {
Solarus is a game engine for Zelda-like ARPG games written in lua. Solarus is a game engine for Zelda-like ARPG games written in lua.
Many full-fledged games have been writen for the engine. Many full-fledged games have been writen for the engine.
''; '';
homepage = "http://www.solarus-games.org"; homepage = "https://www.solarus-games.org";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A simple interface for devices supported by the linux UVC driver"; description = "A simple interface for devices supported by the linux UVC driver";
homepage = "http://guvcview.sourceforge.net"; homepage = "https://guvcview.sourceforge.net";
maintainers = [ maintainers.coconnor ]; maintainers = [ maintainers.coconnor ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "AIX & Linux Performance Monitoring tool"; description = "AIX & Linux Performance Monitoring tool";
homepage = "http://nmon.sourceforge.net"; homepage = "https://nmon.sourceforge.net";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ sveitser ]; maintainers = with maintainers; [ sveitser ];

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "A simple interface for devices supported by the linux UVC driver"; description = "A simple interface for devices supported by the linux UVC driver";
homepage = "http://guvcview.sourceforge.net"; homepage = "https://guvcview.sourceforge.net";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.puffnfresh ]; maintainers = [ maintainers.puffnfresh ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
maintainers = with maintainers; [ goibhniu fortuneteller2k ]; maintainers = with maintainers; [ goibhniu fortuneteller2k ];
description = "Wacom digitizer driver for X11"; description = "Wacom digitizer driver for X11";
homepage = "http://linuxwacom.sourceforge.net"; homepage = "https://linuxwacom.sourceforge.net";
license = licenses.gpl2Only; license = licenses.gpl2Only;
platforms = platforms.linux; # Probably, works with other unixes as well platforms = platforms.linux; # Probably, works with other unixes as well
}; };

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Opensource disk backup software"; description = "Opensource disk backup software";
homepage = "http://www.partimage.org"; homepage = "https://www.partimage.org";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = [lib.maintainers.marcweber]; maintainers = [lib.maintainers.marcweber];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Filesystem for accessing FTP hosts based on FUSE and libcurl"; description = "Filesystem for accessing FTP hosts based on FUSE and libcurl";
homepage = "http://curlftpfs.sourceforge.net"; homepage = "https://curlftpfs.sourceforge.net";
license = licenses.gpl2Only; license = licenses.gpl2Only;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "IBM JFS utilities"; description = "IBM JFS utilities";
homepage = "http://jfs.sourceforge.net"; homepage = "https://jfs.sourceforge.net";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Application for generating 3D structures by specifying a design grammar"; description = "Application for generating 3D structures by specifying a design grammar";
homepage = "http://structuresynth.sourceforge.net"; homepage = "https://structuresynth.sourceforge.net";
maintainers = with maintainers; [ hodapp ]; maintainers = with maintainers; [ hodapp ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://empty.sourceforge.net"; homepage = "https://empty.sourceforge.net";
description = "A simple tool to automate interactive terminal applications"; description = "A simple tool to automate interactive terminal applications";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
for the old Unix crypt, except that they are under the GPL and support an for the old Unix crypt, except that they are under the GPL and support an
ever-wider range of algorithms and modes. ever-wider range of algorithms and modes.
''; '';
homepage = "http://mcrypt.sourceforge.net"; homepage = "https://mcrypt.sourceforge.net";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = [ lib.maintainers.qknight ]; maintainers = [ lib.maintainers.qknight ];

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
meta = with lib; { meta = with lib; {
homepage = "http://ttylog.sourceforge.net"; homepage = "https://ttylog.sourceforge.net";
description = "Simple serial port logger"; description = "Simple serial port logger";
longDescription = '' longDescription = ''
A serial port logger which can be used to print everything to stdout A serial port logger which can be used to print everything to stdout

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Excellent MS Word filter lib, used in most Office suites"; description = "Excellent MS Word filter lib, used in most Office suites";
license = lib.licenses.lgpl2; license = lib.licenses.lgpl2;
homepage = "http://wvware.sourceforge.net"; homepage = "https://wvware.sourceforge.net";
}; };
} }

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
description = "A replacement of GNU Stow written in C++"; description = "A replacement of GNU Stow written in C++";
homepage = "http://xstow.sourceforge.net"; homepage = "https://xstow.sourceforge.net";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ nzbr ]; maintainers = with maintainers; [ nzbr ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://atinout.sourceforge.net"; homepage = "https://atinout.sourceforge.net";
description = "Tool for talking to modems"; description = "Tool for talking to modems";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.gpl3; license = licenses.gpl3;

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Proxifier for SOCKS proxies"; description = "Proxifier for SOCKS proxies";
homepage = "http://proxychains.sourceforge.net"; homepage = "https://proxychains.sourceforge.net";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "An SSLv3/TLS network protocol analyzer"; description = "An SSLv3/TLS network protocol analyzer";
homepage = "http://ssldump.sourceforge.net"; homepage = "https://ssldump.sourceforge.net";
license = "BSD-style"; license = "BSD-style";
maintainers = with maintainers; [ aycanirican ]; maintainers = with maintainers; [ aycanirican ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
provide drop in security for users who wish to prevent recovery provide drop in security for users who wish to prevent recovery
of deleted information, even if the machine is compromised. of deleted information, even if the machine is compromised.
''; '';
homepage = "http://srm.sourceforge.net"; homepage = "https://srm.sourceforge.net";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ edwtjo ]; maintainers = with maintainers; [ edwtjo ];
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = "-lm"; NIX_LDFLAGS = "-lm";
meta = with lib; { meta = with lib; {
homepage = "http://gdmap.sourceforge.net"; homepage = "https://gdmap.sourceforge.net";
description = "Recursive rectangle map of disk usage"; description = "Recursive rectangle map of disk usage";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
resets and other helpful low level operations on a number of other device classes. resets and other helpful low level operations on a number of other device classes.
''; '';
homepage = "http://safecopy.sourceforge.net"; homepage = "https://safecopy.sourceforge.net";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Programming language/shell calculator"; description = "Programming language/shell calculator";
homepage = "http://tab-lang.xyz"; homepage = "https://tab-lang.xyz";
license = licenses.boost; license = licenses.boost;
maintainers = with maintainers; [ mstarzyk ]; maintainers = with maintainers; [ mstarzyk ];
platforms = with platforms; unix; platforms = with platforms; unix;

View file

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://pgfplots.sourceforge.net"; homepage = "https://pgfplots.sourceforge.net";
description = "TeX package to draw plots directly in TeX in two and three dimensions"; description = "TeX package to draw plots directly in TeX in two and three dimensions";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
soundtrack composition, video monitoring or any task that requires to soundtrack composition, video monitoring or any task that requires to
synchronizing movie frames with external events. synchronizing movie frames with external events.
''; '';
homepage = "http://xjadeo.sourceforge.net"; homepage = "https://xjadeo.sourceforge.net";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ mitchmindtree ]; maintainers = with maintainers; [ mitchmindtree ];

View file

@ -2001,7 +2001,7 @@ let
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig ]; propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig ];
meta = { meta = {
description = "Perl interface to the cairo 2d vector graphics library"; description = "Perl interface to the cairo 2d vector graphics library";
homepage = "http://gtk2-perl.sourceforge.net"; homepage = "https://gtk2-perl.sourceforge.net";
license = with lib.licenses; [ lgpl21Only ]; license = with lib.licenses; [ lgpl21Only ];
}; };
}; };
@ -2017,7 +2017,7 @@ let
propagatedBuildInputs = [ Cairo Glib ]; propagatedBuildInputs = [ Cairo Glib ];
meta = { meta = {
description = "Integrate Cairo into the Glib type system"; description = "Integrate Cairo into the Glib type system";
homepage = "http://gtk2-perl.sourceforge.net"; homepage = "https://gtk2-perl.sourceforge.net";
license = with lib.licenses; [ lgpl21Only ]; license = with lib.licenses; [ lgpl21Only ];
}; };
}; };
@ -10224,7 +10224,7 @@ let
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig ]; propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig ];
meta = { meta = {
description = "Perl wrappers for the GLib utility and Object libraries"; description = "Perl wrappers for the GLib utility and Object libraries";
homepage = "http://gtk2-perl.sourceforge.net"; homepage = "https://gtk2-perl.sourceforge.net";
license = with lib.licenses; [ lgpl21Only ]; license = with lib.licenses; [ lgpl21Only ];
}; };
}; };
@ -10252,7 +10252,7 @@ let
doCheck = !stdenv.isDarwin; doCheck = !stdenv.isDarwin;
meta = { meta = {
description = "Dynamically create Perl language bindings"; description = "Dynamically create Perl language bindings";
homepage = "http://gtk2-perl.sourceforge.net"; homepage = "https://gtk2-perl.sourceforge.net";
license = with lib.licenses; [ lgpl21Only ]; license = with lib.licenses; [ lgpl21Only ];
}; };
}; };
@ -10268,7 +10268,7 @@ let
propagatedBuildInputs = [ pkgs.gnome2.libgnomeui ]; propagatedBuildInputs = [ pkgs.gnome2.libgnomeui ];
meta = { meta = {
description = "(DEPRECATED) Perl interface to the 2.x series of the GNOME libraries"; description = "(DEPRECATED) Perl interface to the 2.x series of the GNOME libraries";
homepage = "http://gtk2-perl.sourceforge.net"; homepage = "https://gtk2-perl.sourceforge.net";
license = with lib.licenses; [ lgpl21Plus ]; license = with lib.licenses; [ lgpl21Plus ];
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/perl534Packages.Gnome2Canvas.x86_64-darwin broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/perl534Packages.Gnome2Canvas.x86_64-darwin
}; };
@ -10568,7 +10568,7 @@ let
propagatedBuildInputs = [ Pango ]; propagatedBuildInputs = [ Pango ];
meta = { meta = {
description = "Perl interface to the 2.x series of the Gimp Toolkit library"; description = "Perl interface to the 2.x series of the Gimp Toolkit library";
homepage = "http://gtk2-perl.sourceforge.net"; homepage = "https://gtk2-perl.sourceforge.net";
license = with lib.licenses; [ lgpl21Plus ]; license = with lib.licenses; [ lgpl21Plus ];
}; };
}; };
@ -18732,7 +18732,7 @@ let
propagatedBuildInputs = [ Cairo Glib ]; propagatedBuildInputs = [ Cairo Glib ];
meta = { meta = {
description = "Layout and render international text"; description = "Layout and render international text";
homepage = "http://gtk2-perl.sourceforge.net"; homepage = "https://gtk2-perl.sourceforge.net";
license = with lib.licenses; [ lgpl21Plus ]; license = with lib.licenses; [ lgpl21Plus ];
}; };
}; };