Unverified Commit a3d98c86 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

various: update homepage (#370930)

parents f1fca8fc a2a09786
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Full GPL'd suite of Electronic Design Automation tools";
    homepage = "http://www.geda-project.org/";
    homepage = "https://geda.sourceforge.net/";
    maintainers = with maintainers; [ pjones ];
    platforms = platforms.linux;
    license = licenses.gpl2;
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Software package for performing Bayesian analysis and simulation using Markov Chain Monte Carlo";
    homepage = "https://www.mrc-bsu.cam.ac.uk/software/bugs/openbugs/";
    homepage = "https://github.com/jsta/openbugs/";
    changelog = "https://github.com/jsta/openbugs/blob/master/ChangeLog";
    platforms = [ "i686-linux" "x86_64-linux" ];
    license = licenses.gpl3Only;
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Tiling tabbed window manager designed with keyboard users in mind";
    homepage = "https://modeemi.fi/~tuomov/ion";
    homepage = "https://tuomov.iki.fi/software/ion/";
    platforms = with platforms; linux;
    license = licenses.lgpl21;
    maintainers = [ ];
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
    description = "Tar-compatible block-based archiver";
    mainProgram = "btar";
    license = lib.licenses.gpl3Plus;
    homepage = "https://viric.name/cgi-bin/btar";
    homepage = "https://briantracy.xyz/writing/btar.html";
    platforms = platforms.all;
    maintainers = [ ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "C/C++ toolkit for SOAP web services and XML-based applications";
    homepage = "http://www.cs.fsu.edu/~engelen/soap.html";
    homepage = "https://www.genivia.com/products.html";
    # gsoap is dual/triple licensed (see homepage for details):
    # 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1).
    #    Components NOT covered by the gSOAP Public License are:
Loading