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

This commit is contained in:
Ferry Jérémie 2023-01-21 22:41:12 +01:00 committed by Weijia Wang
parent 2272f206cd
commit 65d7e87fdb
381 changed files with 417 additions and 417 deletions

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "GTK client for MPD (Music player daemon)"; description = "GTK client for MPD (Music player daemon)";
homepage = "http://ario-player.sourceforge.net/"; homepage = "https://ario-player.sourceforge.net/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.garrison ]; maintainers = [ maintainers.garrison ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
64 bits floating point internal audio processing. 64 bits floating point internal audio processing.
Nice GUI with powerful metering for every plugin. Nice GUI with powerful metering for every plugin.
''; '';
homepage = "http://eq10q.sourceforge.net/"; homepage = "https://eq10q.sourceforge.net/";
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.magnetophon ]; maintainers = [ lib.maintainers.magnetophon ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Compact open source software speech synthesizer"; description = "Compact open source software speech synthesizer";
homepage = "http://espeak.sourceforge.net/"; homepage = "https://espeak.sourceforge.net/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Phoneme editor for espeak"; description = "Phoneme editor for espeak";
homepage = "http://espeak.sourceforge.net/"; homepage = "https://espeak.sourceforge.net/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ flac libao libogg popt ]; buildInputs = [ flac libao libogg popt ];
meta = with lib; { meta = with lib; {
homepage = "http://flac-tools.sourceforge.net/"; homepage = "https://flac-tools.sourceforge.net/";
description = "A command-line program for playing FLAC audio files"; description = "A command-line program for playing FLAC audio files";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.all; platforms = platforms.all;

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Generates playlists such that each song sounds good following the previous song"; description = "Generates playlists such that each song sounds good following the previous song";
homepage = "http://gjay.sourceforge.net/"; homepage = "https://gjay.sourceforge.net/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux; platforms = with platforms; linux;

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Programmable auditory binaural-beat synthesizer"; description = "Programmable auditory binaural-beat synthesizer";
homepage = "http://gnaural.sourceforge.net/"; homepage = "https://gnaural.sourceforge.net/";
maintainers = with maintainers; [ ehmry ]; maintainers = with maintainers; [ ehmry ];
license = with licenses; [ gpl2Only ]; license = with licenses; [ gpl2Only ];
}; };

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A command line editor for id3v2 tags"; description = "A command line editor for id3v2 tags";
homepage = "http://id3v2.sourceforge.net/"; homepage = "https://id3v2.sourceforge.net/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = with platforms; unix; platforms = with platforms; unix;
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
be controlled using the ALSA sequencer. It's phat; it turns your be controlled using the ALSA sequencer. It's phat; it turns your
computer into an effects box. computer into an effects box.
''; '';
homepage = "http://jack-rack.sourceforge.net/"; homepage = "https://jack-rack.sourceforge.net/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.astsmtl ]; maintainers = [ lib.maintainers.astsmtl ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -33,7 +33,7 @@ mkDerivation rec {
management, no track suggestions, no media player. Just a fast, management, no track suggestions, no media player. Just a fast,
efficient workflow tool. efficient workflow tool.
''; '';
homepage = "http://www.ibrahimshaath.co.uk/keyfinder/"; homepage = "https://www.ibrahimshaath.co.uk/keyfinder/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
prefixKey = "PREFIX="; prefixKey = "PREFIX=";
meta = { meta = {
homepage = "http://das.nasophon.de/klick/"; homepage = "https://das.nasophon.de/klick/";
description = "Advanced command-line metronome for JACK"; description = "Advanced command-line metronome for JACK";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -63,8 +63,8 @@ stdenv.mkDerivation rec {
channels. Additionally, the program can drive MIDI instruments (with the channels. Additionally, the program can drive MIDI instruments (with the
gp32 and gp2x a custom MIDI interface is required). gp32 and gp2x a custom MIDI interface is required).
''; '';
homepage = "http://www.littlegptracker.com/"; homepage = "https://www.littlegptracker.com/";
downloadPage = "http://www.littlegptracker.com/download.php"; downloadPage = "https://www.littlegptracker.com/download.php";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ fgaz ]; maintainers = with maintainers; [ fgaz ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Lossless mp3 normalizer with statistical analysis"; description = "Lossless mp3 normalizer with statistical analysis";
homepage = "http://mp3gain.sourceforge.net/"; homepage = "https://mp3gain.sourceforge.net/";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ devhell ]; maintainers = with maintainers; [ devhell ];

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
also other MPEG versions and layers. The tool is also aware of the most also other MPEG versions and layers. The tool is also aware of the most
common types of tags (ID3v1, ID3v2, APEv2). common types of tags (ID3v1, ID3v2, APEv2).
''; '';
homepage = "http://mp3val.sourceforge.net/index.shtml"; homepage = "https://mp3val.sourceforge.net/index.shtml";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.devhell ]; maintainers = [ lib.maintainers.devhell ];

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = "http://mpc123.sourceforge.net/"; homepage = "https://mpc123.sourceforge.net/";
description = "A Musepack (.mpc) audio player"; description = "A Musepack (.mpc) audio player";

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Command-line MP3 player"; description = "Command-line MP3 player";
homepage = "http://mpg321.sourceforge.net/"; homepage = "https://mpg321.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://munt.sourceforge.net/"; homepage = "https://munt.sourceforge.net/";
description = "A library to emulate Roland MT-32, CM-32L, CM-64 and LAPC-I devices"; description = "A library to emulate Roland MT-32, CM-32L, CM-64 and LAPC-I devices";
license = with licenses; [ lgpl21Plus ]; license = with licenses; [ lgpl21Plus ];
maintainers = with maintainers; [ OPNA2608 ]; maintainers = with maintainers; [ OPNA2608 ];

View File

@ -63,7 +63,7 @@ mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://munt.sourceforge.net/"; homepage = "https://munt.sourceforge.net/";
description = "A synthesizer application built on Qt and libmt32emu"; description = "A synthesizer application built on Qt and libmt32emu";
longDescription = '' longDescription = ''
mt32emu-qt is a synthesiser application that facilitates both realtime mt32emu-qt is a synthesiser application that facilitates both realtime

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
homepage = "http://munt.sourceforge.net/"; homepage = "https://munt.sourceforge.net/";
description = "Produces a WAVE file from a Standard MIDI file (SMF)"; description = "Produces a WAVE file from a Standard MIDI file (SMF)";
license = with licenses; [ gpl3Plus ]; license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ OPNA2608 ]; maintainers = with maintainers; [ OPNA2608 ];

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation {
special effects by "spectral smoothing" the sounds. special effects by "spectral smoothing" the sounds.
It can transform any sound/music to a texture. It can transform any sound/music to a texture.
''; '';
homepage = "http://hypermammut.sourceforge.net/paulstretch/"; homepage = "https://hypermammut.sourceforge.net/paulstretch/";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
}; };

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
''; '';
version = version; version = version;
homepage = "http://shibatch.sourceforge.net/"; homepage = "https://shibatch.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ leenaars]; maintainers = with maintainers; [ leenaars];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ glib libogg libvorbis libmad ]; buildInputs = [ glib libogg libvorbis libmad ];
meta = with lib; { meta = with lib; {
homepage = "http://streamripper.sourceforge.net/"; homepage = "https://streamripper.sourceforge.net/";
description = "Application that lets you record streaming mp3 to your hard drive"; description = "Application that lets you record streaming mp3 to your hard drive";
license = licenses.gpl2; license = licenses.gpl2;
}; };

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
TAP Pitch Shifter, TAP Reflector, TAP Reverberator, TAP Rotary Speaker, TAP Scaling Limiter, TAP Pitch Shifter, TAP Reflector, TAP Reverberator, TAP Rotary Speaker, TAP Scaling Limiter,
TAP Sigmoid Booster, TAP Stereo Echo, TAP Tremolo, TAP TubeWarmth, TAP Vibrato. TAP Sigmoid Booster, TAP Stereo Echo, TAP Tremolo, TAP TubeWarmth, TAP Vibrato.
''; '';
homepage = "http://tap-plugins.sourceforge.net/ladspa.html"; homepage = "https://tap-plugins.sourceforge.net/ladspa.html";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.fps ]; maintainers = [ maintainers.fps ];
}; };

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Extended module player"; description = "Extended module player";
homepage = "http://xmp.sourceforge.net/"; homepage = "https://xmp.sourceforge.net/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
synths) with user interfaces, permitting them to be hosted synths) with user interfaces, permitting them to be hosted
in-process by audio applications. in-process by audio applications.
''; '';
homepage = "http://dssi.sourceforge.net/download.html#Xsynth-DSSI"; homepage = "https://dssi.sourceforge.net/download.html#Xsynth-DSSI";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with lib; { meta = with lib; {
homepage = "http://www.zamaudio.com/?p=976"; homepage = "https://www.zamaudio.com/?p=976";
description = "A collection of LV2/LADSPA/VST/JACK audio plugins by ZamAudio"; description = "A collection of LV2/LADSPA/VST/JACK audio plugins by ZamAudio";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.magnetophon ]; maintainers = [ maintainers.magnetophon ];

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Compiler and inspector for the miniscript Bitcoin policy language"; description = "Compiler and inspector for the miniscript Bitcoin policy language";
longDescription = "Miniscript is a language for writing (a subset of) Bitcoin Scripts in a structured way, enabling analysis, composition, generic signing and more."; longDescription = "Miniscript is a language for writing (a subset of) Bitcoin Scripts in a structured way, enabling analysis, composition, generic signing and more.";
homepage = "http://bitcoin.sipa.be/miniscript/"; homepage = "https://bitcoin.sipa.be/miniscript/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ RaghavSood jb55 ]; maintainers = with maintainers; [ RaghavSood jb55 ];

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Ascii-art Editor Without A Name"; description = "Ascii-art Editor Without A Name";
homepage = "http://aewan.sourceforge.net/"; homepage = "https://aewan.sourceforge.net/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Hex editor with vim style keybindings"; description = "Hex editor with vim style keybindings";
homepage = "http://bvi.sourceforge.net/download.html"; homepage = "https://bvi.sourceforge.net/download.html";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
''; # */ ''; # */
meta = { meta = {
homepage = "http://www.eclipse.org/"; homepage = "https://www.eclipse.org/";
inherit description; inherit description;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
(add-hook 'after-init-hook 'session-initialize) (add-hook 'after-init-hook 'session-initialize)
*/ */
description = "Small session management for emacs"; description = "Small session management for emacs";
homepage = "http://emacs-session.sourceforge.net/"; homepage = "https://emacs-session.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A free text editor for developers"; description = "A free text editor for developers";
homepage = "http://fte.sourceforge.net/"; homepage = "https://fte.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://lifeograph.sourceforge.net/wiki/Main_Page"; homepage = "https://lifeograph.sourceforge.net/wiki/Main_Page";
description = "Lifeograph is an off-line and private journal and note taking application"; description = "Lifeograph is an off-line and private journal and note taking application";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ]; maintainers = with maintainers; [ wolfangaukang ];

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
homepage = "http://dgen.sourceforge.net/"; homepage = "https://dgen.sourceforge.net/";
description = "Sega Genesis/Mega Drive emulator"; description = "Sega Genesis/Mega Drive emulator";
longDescription = '' longDescription = ''
DGen/SDL is a free, open source emulator for Sega Genesis/Mega Drive DGen/SDL is a free, open source emulator for Sega Genesis/Mega Drive

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with lib; { meta = with lib; {
homepage = "http://fuse-emulator.sourceforge.net/"; homepage = "https://fuse-emulator.sourceforge.net/";
description = "ZX Spectrum emulator"; description = "ZX Spectrum emulator";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
qtWrapperArgs = [ "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libpcap ]}" ]; qtWrapperArgs = [ "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libpcap ]}" ];
meta = with lib; { meta = with lib; {
homepage = "http://melonds.kuribo64.net/"; homepage = "https://melonds.kuribo64.net/";
description = "Work in progress Nintendo DS emulator"; description = "Work in progress Nintendo DS emulator";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ artemist benley shamilton xfix ]; maintainers = with maintainers; [ artemist benley shamilton xfix ];

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Create highly optimized Animated PNG files from PNG/TGA images"; description = "Create highly optimized Animated PNG files from PNG/TGA images";
homepage = "http://apngasm.sourceforge.net/"; homepage = "https://apngasm.sourceforge.net/";
license = licenses.zlib; license = licenses.zlib;
maintainers = with maintainers; [ orivej ]; maintainers = with maintainers; [ orivej ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://autotrace.sourceforge.net/"; homepage = "https://autotrace.sourceforge.net/";
description = "Utility for converting bitmap into vector graphics"; description = "Utility for converting bitmap into vector graphics";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ hodapp ]; maintainers = with maintainers; [ hodapp ];

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Viewer of CBR and CBZ files, often used to store scanned comics"; description = "Viewer of CBR and CBZ files, often used to store scanned comics";
homepage = "http://comical.sourceforge.net/"; homepage = "https://comical.sourceforge.net/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ viric wegank ]; maintainers = with lib.maintainers; [ viric wegank ];
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;

View File

@ -46,7 +46,7 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
description = "A portable DjVu viewer (Qt5) and browser (nsdejavu) plugin"; description = "A portable DjVu viewer (Qt5) and browser (nsdejavu) plugin";
homepage = "http://djvu.sourceforge.net/djview4.html"; homepage = "https://djvu.sourceforge.net/djview4.html";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ Anton-Latukha ]; maintainers = with maintainers; [ Anton-Latukha ];

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Tool to convert Xfig files to other formats"; description = "Tool to convert Xfig files to other formats";
homepage = "http://mcj.sourceforge.net/"; homepage = "https://mcj.sourceforge.net/";
license = licenses.xfig; license = licenses.xfig;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ lesuisse ]; maintainers = with maintainers; [ lesuisse ];

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Open source panorama viewer using GL"; description = "Open source panorama viewer using GL";
homepage = "http://freepv.sourceforge.net/"; homepage = "https://freepv.sourceforge.net/";
license = [ lib.licenses.lgpl21 ]; license = [ lib.licenses.lgpl21 ];
}; };
} }

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Simple GTK 2 color selector"; description = "Simple GTK 2 color selector";
homepage = "http://gcolor2.sourceforge.net/"; homepage = "https://gcolor2.sourceforge.net/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ notthemessiah ]; maintainers = with lib.maintainers; [ notthemessiah ];
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = "http://jocr.sourceforge.net/"; homepage = "https://jocr.sourceforge.net/";
description = "GPL Optical Character Recognition"; description = "GPL Optical Character Recognition";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A simple and fast image viewer for X"; description = "A simple and fast image viewer for X";
homepage = "http://lxde.sourceforge.net/gpicview/"; homepage = "https://lxde.sourceforge.net/gpicview/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -128,7 +128,7 @@ perlPackages.buildPerlPackage rec {
meta = { meta = {
description = "A GUI to produce PDFs or DjVus from scanned documents"; description = "A GUI to produce PDFs or DjVus from scanned documents";
homepage = "http://gscan2pdf.sourceforge.net/"; homepage = "https://gscan2pdf.sourceforge.net/";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ pacien ]; maintainers = with maintainers; [ pacien ];
}; };

View File

@ -25,7 +25,7 @@ mkDerivation rec {
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ];
meta = with lib; { meta = with lib; {
homepage = "http://qtpfsgui.sourceforge.net/"; homepage = "https://qtpfsgui.sourceforge.net/";
description = "A complete open source solution for HDR photography"; description = "A complete open source solution for HDR photography";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = "http://djvu.sourceforge.net/djview4.html"; homepage = "https://djvu.sourceforge.net/djview4.html";
description = "Black-and-white djvu page encoder and decoder that use interpage information"; description = "Black-and-white djvu page encoder and decoder that use interpage information";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.viric ]; maintainers = [ lib.maintainers.viric ];

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
Due to its simplicity and lack of dependencies it runs well on Due to its simplicity and lack of dependencies it runs well on
GNU/Linux, Windows and older PC hardware. GNU/Linux, Windows and older PC hardware.
''; '';
homepage = "http://mtpaint.sourceforge.net/"; homepage = "https://mtpaint.sourceforge.net/";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.vklquevs ]; maintainers = [ lib.maintainers.vklquevs ];

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
#doCheck = true; #doCheck = true;
meta = { meta = {
homepage = "http://panotools.sourceforge.net/"; homepage = "https://panotools.sourceforge.net/";
description = "Free software suite for authoring and displaying virtual reality panoramas"; description = "Free software suite for authoring and displaying virtual reality panoramas";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.16"; version = "1.16";
src = fetchurl { src = fetchurl {
url = "http://potrace.sourceforge.net/download/${version}/potrace-${version}.tar.gz"; url = "https://potrace.sourceforge.net/download/${version}/potrace-${version}.tar.gz";
sha256 = "1k3sxgjqq0jnpk9xxys05q32sl5hbf1lbk1gmfxcrmpdgnhli0my"; sha256 = "1k3sxgjqq0jnpk9xxys05q32sl5hbf1lbk1gmfxcrmpdgnhli0my";
}; };
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = with lib; { meta = with lib; {
homepage = "http://potrace.sourceforge.net/"; homepage = "https://potrace.sourceforge.net/";
description = "A tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image"; description = "A tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.pSub ]; maintainers = [ maintainers.pSub ];

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://xournal.sourceforge.net/"; homepage = "https://xournal.sourceforge.net/";
description = "Note-taking application (supposes stylus)"; description = "Note-taking application (supposes stylus)";
maintainers = [ maintainers.guibert ]; maintainers = [ maintainers.guibert ];
license = licenses.gpl2; license = licenses.gpl2;

View File

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Sample Rate Converter for audio"; description = "Sample Rate Converter for audio";
homepage = "http://sox.sourceforge.net/"; homepage = "https://sox.sourceforge.net/";
maintainers = with maintainers; [ marcweber ]; maintainers = with maintainers; [ marcweber ];
license = if enableAMR then licenses.unfree else licenses.gpl2Plus; license = if enableAMR then licenses.unfree else licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation {
version = "1.0.2.0"; version = "1.0.2.0";
src = fetchurl { src = fetchurl {
url = "http://bricxcc.sourceforge.net/wavrsocvt.tgz"; url = "https://bricxcc.sourceforge.net/wavrsocvt.tgz";
sha256 = "15qlvdfwbiclljj7075ycm78yzqahzrgl4ky8pymix5179acm05h"; sha256 = "15qlvdfwbiclljj7075ycm78yzqahzrgl4ky8pymix5179acm05h";
}; };
@ -29,7 +29,7 @@ stdenv.mkDerivation {
supported sample rates in the standard NXT firmware). supported sample rates in the standard NXT firmware).
You can then upload these with e.g. nxt-python. You can then upload these with e.g. nxt-python.
''; '';
homepage = "http://bricxcc.sourceforge.net/"; homepage = "https://bricxcc.sourceforge.net/";
license = licenses.mpl11; license = licenses.mpl11;
maintainers = with maintainers; [ leenaars ]; maintainers = with maintainers; [ leenaars ];
platforms = with platforms; linux; platforms = with platforms; linux;

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://calcoo.sourceforge.net/"; homepage = "https://calcoo.sourceforge.net/";
description = "RPN and algebraic scientific calculator"; description = "RPN and algebraic scientific calculator";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Mind-mapping software"; description = "Mind-mapping software";
homepage = "http://freemind.sourceforge.net/wiki/index.php/Main_Page"; homepage = "https://freemind.sourceforge.net/wiki/index.php/Main_Page";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
Font selection tool similar to xfontsel implemented using GTK 2. Font selection tool similar to xfontsel implemented using GTK 2.
Trivial, but useful nonetheless. Trivial, but useful nonetheless.
''; '';
homepage = "http://gtk2fontsel.sourceforge.net/"; homepage = "https://gtk2fontsel.sourceforge.net/";
downloadPage = "https://sourceforge.net/projects/gtk2fontsel/"; downloadPage = "https://sourceforge.net/projects/gtk2fontsel/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.prikhi ]; maintainers = [ maintainers.prikhi ];

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Small weblog engine written in Bash for the command line"; description = "Small weblog engine written in Bash for the command line";
homepage = "http://nanoblogger.sourceforge.net/"; homepage = "https://nanoblogger.sourceforge.net/";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
mainProgram = "nb"; mainProgram = "nb";
platforms = lib.platforms.unix; platforms = lib.platforms.unix;

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ qmake4Hook ]; nativeBuildInputs = [ qmake4Hook ];
meta = { meta = {
homepage = "http://navipowm.sourceforge.net/"; homepage = "https://navipowm.sourceforge.net/";
description = "Car navigation system"; description = "Car navigation system";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ ]; maintainers = with lib.maintainers; [ ];

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://spacenav.sourceforge.net/"; homepage = "https://spacenav.sourceforge.net/";
description = "An example application to test the spacenavd driver"; description = "An example application to test the spacenavd driver";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ]; makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
meta = with lib; { meta = with lib; {
homepage = "http://spacenav.sourceforge.net/"; homepage = "https://spacenav.sourceforge.net/";
description = "Interactive configuration GUI for space navigator input devices"; description = "Interactive configuration GUI for space navigator input devices";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
It constructs a virtually 3-D formed universe from a directory It constructs a virtually 3-D formed universe from a directory
tree and allows you to "cruise" within a visualized filesystem. tree and allows you to "cruise" within a visualized filesystem.
''; '';
homepage = "http://xcruiser.sourceforge.net/"; homepage = "https://xcruiser.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ]; maintainers = with maintainers; [ ehmry ];
platforms = with platforms; linux; platforms = with platforms; linux;

View File

@ -85,7 +85,7 @@ in stdenv.mkDerivation rec {
LIBS = lib.optionalString x11Support "-lX11"; LIBS = lib.optionalString x11Support "-lX11";
meta = with lib; { meta = with lib; {
homepage = "http://w3m.sourceforge.net/"; homepage = "https://w3m.sourceforge.net/";
description = "A text-mode web browser"; description = "A text-mode web browser";
maintainers = with maintainers; [ cstrahan anthonyroussel ]; maintainers = with maintainers; [ cstrahan anthonyroussel ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers"; description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers";
homepage = "http://davmail.sourceforge.net/"; homepage = "https://davmail.sourceforge.net/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
]; ];
meta = { meta = {
homepage = "http://www.centerim.org/"; homepage = "https://www.centerim.org/";
description = "Fork of CenterICQ, a curses instant messaging program"; description = "Fork of CenterICQ, a curses instant messaging program";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux; platforms = with lib.platforms; linux;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Simple command line tool to check for new messages"; description = "Simple command line tool to check for new messages";
homepage = "http://mailcheck.sourceforge.net/"; homepage = "https://mailcheck.sourceforge.net/";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ kovirobi ]; maintainers = with lib.maintainers; [ kovirobi ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "The slrn (S-Lang read news) newsreader"; description = "The slrn (S-Lang read news) newsreader";
homepage = "http://slrn.sourceforge.net/index.html"; homepage = "https://slrn.sourceforge.net/index.html";
maintainers = with maintainers; [ ehmry ]; maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = with platforms; linux; platforms = with platforms; linux;

View File

@ -49,7 +49,7 @@ mkDerivation rec {
All database objects - tables, queries and forms - are stored in the database, All database objects - tables, queries and forms - are stored in the database,
making it easy to share data and design. making it easy to share data and design.
''; '';
homepage = "http://kexi-project.org/"; homepage = "https://kexi-project.org/";
maintainers = with maintainers; [ zraexy ]; maintainers = with maintainers; [ zraexy ];
platforms = platforms.linux; platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl2 ]; license = with licenses; [ gpl2 lgpl2 ];

View File

@ -31,7 +31,7 @@ python3Packages.buildPythonPackage rec {
meta = { meta = {
description = "Quick access to Zotero references"; description = "Quick access to Zotero references";
homepage = "http://www.cogsci.nl/software/qnotero"; homepage = "https://www.cogsci.nl/software/qnotero";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.nico202 ]; maintainers = [ lib.maintainers.nico202 ];

View File

@ -76,8 +76,8 @@ python3.pkgs.buildPythonApplication rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://thetimelineproj.sourceforge.net/"; homepage = "https://thetimelineproj.sourceforge.net/";
changelog = "http://thetimelineproj.sourceforge.net/changelog.html"; changelog = "https://thetimelineproj.sourceforge.net/changelog.html";
description = "Display and navigate information on a timeline"; description = "Display and navigate information on a timeline";
license = with licenses; [ gpl3Only cc-by-sa-30 ]; license = with licenses; [ gpl3Only cc-by-sa-30 ];
platforms = with platforms; unix; platforms = with platforms; unix;

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A software package for mapping low-divergent sequences against a large reference genome, such as the human genome"; description = "A software package for mapping low-divergent sequences against a large reference genome, such as the human genome";
license = licenses.gpl3; license = licenses.gpl3;
homepage = "http://bio-bwa.sourceforge.net/"; homepage = "https://bio-bwa.sourceforge.net/";
maintainers = with maintainers; [ luispedro ]; maintainers = with maintainers; [ luispedro ];
platforms = platforms.x86_64; platforms = platforms.x86_64;
}; };

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
data in a variety of formats and even allows transparent retrieval of data in a variety of formats and even allows transparent retrieval of
sequence data from the web.''; sequence data from the web.'';
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
homepage = "http://emboss.sourceforge.net/"; homepage = "https://emboss.sourceforge.net/";
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Tools for manipulating SAM/BAM/CRAM format"; description = "Tools for manipulating SAM/BAM/CRAM format";
license = licenses.mit; license = licenses.mit;
homepage = "http://samtools.sourceforge.net/"; homepage = "https://samtools.sourceforge.net/";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.unode ]; maintainers = [ maintainers.unode ];
}; };

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Genetic variant annotation and effect prediction toolbox"; description = "Genetic variant annotation and effect prediction toolbox";
license = licenses.lgpl3; license = licenses.lgpl3;
homepage = "http://snpeff.sourceforge.net/"; homepage = "https://snpeff.sourceforge.net/";
sourceProvenance = with sourceTypes; [ binaryBytecode ]; sourceProvenance = with sourceTypes; [ binaryBytecode ];
maintainers = with maintainers; [ jbedo ]; maintainers = with maintainers; [ jbedo ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ jbedo ]; maintainers = with maintainers; [ jbedo ];
platforms = [ "x86_64-darwin" "x86_64-linux" ]; platforms = [ "x86_64-darwin" "x86_64-linux" ];
homepage = "http://subread.sourceforge.net/"; homepage = "https://subread.sourceforge.net/";
}; };
} }

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Graphical editor for finite state machines"; description = "Graphical editor for finite state machines";
homepage = "http://qfsm.sourceforge.net/"; homepage = "https://qfsm.sourceforge.net/";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "An open source model checker for verifying safety properties of array-based systems"; description = "An open source model checker for verifying safety properties of array-based systems";
homepage = "http://cubicle.lri.fr/"; homepage = "https://cubicle.lri.fr/";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ dwarfmaster ]; maintainers = with maintainers; [ dwarfmaster ];

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "Automatic theorem prover for first-order logic with equality"; description = "Automatic theorem prover for first-order logic with equality";
homepage = "http://www.gilith.com/research/metis/"; homepage = "https://www.gilith.com/research/metis/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ gebner ]; maintainers = with maintainers; [ gebner ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A platform for deductive program verification"; description = "A platform for deductive program verification";
homepage = "http://why3.lri.fr/"; homepage = "https://why3.lri.fr/";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice vbgl ]; maintainers = with maintainers; [ thoughtpolice vbgl ];

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
dontStrip = true; dontStrip = true;
meta = { meta = {
homepage = "http://fricas.sourceforge.net/"; homepage = "https://fricas.sourceforge.net/";
description = "An advanced computer algebra system"; description = "An advanced computer algebra system";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper unzip ]; nativeBuildInputs = [ makeWrapper unzip ];
# The -Xmx1000M comes suggested from their download page: # The -Xmx1000M comes suggested from their download page:
# http://www.cs.waikato.ac.nz/ml/weka/downloading.html # https://www.cs.waikato.ac.nz/ml/weka/downloading.html
installPhase = '' installPhase = ''
mkdir -pv $out/share/weka mkdir -pv $out/share/weka
cp -Rv * $out/share/weka cp -Rv * $out/share/weka
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://www.cs.waikato.ac.nz/ml/weka/"; homepage = "https://www.cs.waikato.ac.nz/ml/weka/";
description = "Collection of machine learning algorithms for data mining tasks"; description = "Collection of machine learning algorithms for data mining tasks";
sourceProvenance = with sourceTypes; [ binaryBytecode ]; sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View File

@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
reference or manual for details), but there are also quite a reference or manual for details), but there are also quite a
few features that make it stand out from the competition. few features that make it stand out from the competition.
See: http://www.gromacs.org/About_Gromacs for details. See: https://www.gromacs.org/About_Gromacs for details.
''; '';
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ sheepforce markuskowa ]; maintainers = with maintainers; [ sheepforce markuskowa ];

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "Wrapper for grepmail utilizing mutt"; description = "Wrapper for grepmail utilizing mutt";
homepage = "http://www.barsnick.net/sw/grepm.html"; homepage = "https://www.barsnick.net/sw/grepm.html";
license = licenses.free; license = licenses.free;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.romildo ]; maintainers = [ maintainers.romildo ];

View File

@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Multi Lingual TERMinal emulator"; description = "Multi Lingual TERMinal emulator";
homepage = "http://mlterm.sourceforge.net/"; homepage = "https://mlterm.sourceforge.net/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ vrthra ramkromberg atemu ]; maintainers = with maintainers; [ vrthra ramkromberg atemu ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://rxvt.sourceforge.net/"; homepage = "https://rxvt.sourceforge.net/";
description = "Colour vt102 terminal emulator with less features and lower memory consumption"; description = "Colour vt102 terminal emulator with less features and lower memory consumption";
longDescription = '' longDescription = ''
rxvt (acronym for our extended virtual terminal) is a terminal rxvt (acronym for our extended virtual terminal) is a terminal

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
This is a set of utilities that are handy to use with git-annex repositories. This is a set of utilities that are handy to use with git-annex repositories.
Currently there is only one utility gadu, a du like utility for annexed files. Currently there is only one utility gadu, a du like utility for annexed files.
''; '';
homepage = "http://git-annex.mysteryvortex.com/git-annex-utils.html"; homepage = "https://git-annex.mysteryvortex.com/git-annex-utils.html";
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ woffs ]; maintainers = with lib.maintainers; [ woffs ];
mainProgram = "gadu"; mainProgram = "gadu";

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://gitstats.sourceforge.net/"; homepage = "https://gitstats.sourceforge.net/";
description = "Git history statistics generator"; description = "Git history statistics generator";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.all; platforms = platforms.all;

View File

@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
meta = { meta = {
description = "Suite of command line programs that creates a slideshow-style video from groups of pictures"; description = "Suite of command line programs that creates a slideshow-style video from groups of pictures";
homepage = "http://dvd-slideshow.sourceforge.net/wiki/Main_Page"; homepage = "https://dvd-slideshow.sourceforge.net/wiki/Main_Page";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.robbinch ]; maintainers = [ lib.maintainers.robbinch ];

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Tools for generating DVD files to be played on standalone DVD players"; description = "Tools for generating DVD files to be played on standalone DVD players";
homepage = "http://dvdauthor.sourceforge.net/"; homepage = "https://dvdauthor.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A tool to rip video DVDs from the command line"; description = "A tool to rip video DVDs from the command line";
homepage = "http://dvdbackup.sourceforge.net/"; homepage = "https://dvdbackup.sourceforge.net/";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.bradediger ]; maintainers = [ lib.maintainers.bradediger ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://xine.sourceforge.net/"; homepage = "https://xine.sourceforge.net/";
description = "Xlib-based frontend for Xine video player"; description = "Xlib-based frontend for Xine video player";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "A bastard hacked offspring of Blackbox"; description = "A bastard hacked offspring of Blackbox";
homepage = "http://github.com/museoa/hackedbox/"; homepage = "https://github.com/museoa/hackedbox/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];
inherit (libX11.meta) platforms; inherit (libX11.meta) platforms;

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses glib libviper libpseudo gpm libvterm ]; buildInputs = [ ncurses glib libviper libpseudo gpm libvterm ];
meta = with lib; { meta = with lib; {
homepage = "http://vwm.sourceforge.net/"; homepage = "https://vwm.sourceforge.net/";
description = "Dynamic window manager for the console"; description = "Dynamic window manager for the console";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];

View File

@ -17,7 +17,7 @@ let
]; ];
eula = fetchurl { eula = fetchurl {
url = "http://corefonts.sourceforge.net/eula.htm"; url = "https://corefonts.sourceforge.net/eula.htm";
sha256 = "1aqbcnl032g2hd7iy56cs022g47scb0jxxp3mm206x1yqc90vs1c"; sha256 = "1aqbcnl032g2hd7iy56cs022g47scb0jxxp3mm206x1yqc90vs1c";
}; };
in in
@ -87,7 +87,7 @@ stdenv.mkDerivation {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://corefonts.sourceforge.net/"; homepage = "https://corefonts.sourceforge.net/";
description = "Microsoft's TrueType core fonts for the Web"; description = "Microsoft's TrueType core fonts for the Web";
platforms = platforms.all; platforms = platforms.all;
license = licenses.unfreeRedistributable; license = licenses.unfreeRedistributable;

View File

@ -12,7 +12,7 @@ in
sha256 = "01pf5p2scmw02s0gxnibiwxbpzczphaaapv0v4s7svk9aw2gmc0m"; sha256 = "01pf5p2scmw02s0gxnibiwxbpzczphaaapv0v4s7svk9aw2gmc0m";
meta = with lib; { meta = with lib; {
homepage = "http://velvetyne.fr/fonts/hyper-scrypt/"; homepage = "https://velvetyne.fr/fonts/hyper-scrypt/";
description = "A modern stencil typeface inspired by stained glass technique"; description = "A modern stencil typeface inspired by stained glass technique";
longDescription = '' longDescription = ''
The Hyper Scrypt typeface was designed for the Hyper Chapelle The Hyper Scrypt typeface was designed for the Hyper Chapelle

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
16x32. The styles are normal and bold (except for 6x12), plus 16x32. The styles are normal and bold (except for 6x12), plus
EGA/VGA-bold for 8x14 and 8x16. EGA/VGA-bold for 8x14 and 8x16.
''; '';
homepage = "http://terminus-font.sourceforge.net/"; homepage = "https://terminus-font.sourceforge.net/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ astsmtl ]; maintainers = with maintainers; [ astsmtl ];
}; };

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
meta = with lib; { meta = with lib; {
homepage = "http://oscaf.sourceforge.net/"; homepage = "https://oscaf.sourceforge.net/";
description = "Ontologies necessary for the Nepomuk semantic desktop"; description = "Ontologies necessary for the Nepomuk semantic desktop";
longDescription = '' longDescription = ''
The shared-desktop-ontologies package brings the semantic web to the The shared-desktop-ontologies package brings the semantic web to the

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation {
''; # */ ''; # */
meta = { meta = {
homepage = "http://www.w3.org/TR/xhtml1/"; homepage = "https://www.w3.org/TR/xhtml1/";
description = "DTDs for XHTML 1.0, the Extensible HyperText Markup Language"; description = "DTDs for XHTML 1.0, the Extensible HyperText Markup Language";
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [jre]; buildInputs = [jre];
meta = { meta = {
homepage = "http://www.eclipse.org/aspectj/"; homepage = "https://www.eclipse.org/aspectj/";
description = "A seamless aspect-oriented extension to the Java programming language"; description = "A seamless aspect-oriented extension to the Java programming language";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
construction with extensive libraries implementing common tasks, yet handling construction with extensive libraries implementing common tasks, yet handling
arbitrary special cases. Output is the C subset of C++. arbitrary special cases. Output is the C subset of C++.
''; '';
homepage = "http://eli-project.sourceforge.net/"; homepage = "https://eli-project.sourceforge.net/";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ timokau ]; maintainers = with lib.maintainers; [ timokau ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

Some files were not shown because too many files have changed in this diff Show More