Unverified Commit a891613e authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #217227 from mothsART/feature/replace_http_by_https__second_pass

treewide: replace http by https when https is a permanent redirection
parents 87344ce3 bfac2d00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {

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

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

  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";
    license = licenses.lgpl2;
    maintainers = [ maintainers.goibhniu ];
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
  CFLAGS = lib.optionalString debug " -DDEBUG=2";

  meta = {
    homepage = "http://eflite.sourceforge.net";
    homepage = "https://eflite.sourceforge.net";
    description = "Speech server for screen readers";
    longDescription = ''
      EFlite is a speech server for Emacspeak and other screen
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
        software, released under the GNU GPL license.
    '' ;

    homepage = "http://freewheeling.sourceforge.net";
    homepage = "https://freewheeling.sourceforge.net";
    license = lib.licenses.gpl2;
    maintainers = [ lib.maintainers.sepi ];
    platforms = lib.platforms.linux;
Loading