Unverified Commit 300081d0 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

various: update homepages, vcprompt: move to maintained fork (#371209)

parents 3e47905d d4e33cb8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
  version = "0.0.34";

  src = fetchFromGitHub {
    owner = "mgerhardy";
    owner = "vengi-voxel";
    repo = "vengi";
    rev = "v${finalAttrs.version}";
    hash = "sha256-a78Oiwln3vyzCyjNewbK1/05bnGcSixxzKIgz4oiDmA=";
@@ -114,8 +114,8 @@ stdenv.mkDerivation (finalAttrs: {
      filemanager and a command line tool to convert between several voxel
      formats.
    '';
    homepage = "https://mgerhardy.github.io/vengi/";
    downloadPage = "https://github.com/mgerhardy/vengi/releases";
    homepage = "https://vengi-voxel.github.io/vengi/";
    downloadPage = "https://github.com/vengi-voxel/vengi/releases";
    license = [
      licenses.mit
      licenses.cc-by-sa-30
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
  meta = with lib; {
    description = "Detects tRNA, mtRNA, and tmRNA genes in nucleotide sequences";
    mainProgram = "aragorn";
    homepage = "http://www.ansikte.se/ARAGORN/";
    homepage = "https://www.trna.se/ARAGORN/";
    license = licenses.gpl3Plus;
    maintainers = [ maintainers.bzizou ];
    platforms = platforms.unix;
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
      changes made to a collection of files, and all committed at the
      same time (using a single "cvs commit" command).
    '';
    homepage = "http://www.cobite.com/cvsps/";
    homepage = "https://sourceforge.net/projects/cvsps/";
    license = lib.licenses.gpl2;
    platforms = lib.platforms.unix;
    mainProgram = "cvsps";
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ stdenvNoCC.mkDerivation rec {

  meta = with lib; {
    description = "Two-element sans-serif typeface, created by Małgorzata Budyta";
    homepage = "https://jmn.pl/en/kurier-i-iwona/";
    homepage = "https://jmn.pl/en/kurier/";
    # "[...] GUST Font License (GFL), which is a free license, legally
    # equivalent to the LaTeX Project Public # License (LPPL), version 1.3c or
    # later." - GUST website
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Lightweight WebKitGTK web browser";
    mainProgram = "midori";
    homepage = "https://www.midori-browser.org/";
    homepage = "https://github.com/midori-browser/core";
    license = with licenses; [ lgpl21Plus ];
    platforms = with platforms; linux;
    maintainers = with maintainers; [
Loading