Commit 366af0fc authored by Doron Behar's avatar Doron Behar
Browse files

octavePackages: Update meta.homepage links

parent cbcb4b98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
## Introduction {#ssec-octave-introduction}

Octave is a modular scientific programming language and environment.
A majority of the packages supported by Octave from their [website](https://octave.sourceforge.io/packages.php) are packaged in nixpkgs.
A majority of the packages supported by Octave from their [website](https://gnu-octave.github.io/packages/) are packaged in nixpkgs.

## Structure {#ssec-octave-structure}

+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ buildOctavePackage rec {

  meta = {
    name = "Octave Arduino Toolkit";
    homepage = "https://octave.sourceforge.io/arduino/index.html";
    homepage = "https://gnu-octave.github.io/packages/arduino/";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ KarlJoad ];
    description = "Basic Octave implementation of the matlab arduino extension, allowing communication to a programmed arduino board to control its hardware";
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ buildOctavePackage rec {
  ];

  meta = {
    homepage = "https://octave.sourceforge.io/audio/index.html";
    homepage = "https://gnu-octave.github.io/packages/audio/";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ KarlJoad ];
    description = "Audio and MIDI Toolbox for GNU Octave";
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ buildOctavePackage rec {
  ];

  meta = {
    homepage = "https://octave.sourceforge.io/bim/index.html";
    homepage = "https://gnu-octave.github.io/packages/bim/";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ KarlJoad ];
    description = "Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equations";
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildOctavePackage rec {
  };

  meta = {
    homepage = "https://octave.sourceforge.io/bsltl/index.html";
    homepage = "https://gnu-octave.github.io/packages/bsltl/";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ KarlJoad ];
    description = "Free collection of OCTAVE/MATLAB routines for working with the biospeckle laser technique";
Loading