Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e6e85c4a95ea
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b431a2bf0c8c
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 13, 2020

  1. elvis: update meta.homepage

    evils committed Nov 13, 2020
    Copy the full SHA
    91852f1 View commit details
  2. lvtk: update meta.homepage

    evils committed Nov 13, 2020
    Copy the full SHA
    1eda035 View commit details
  3. Copy the full SHA
    a9927ef View commit details
  4. openlibm: update meta.homepage

    evils committed Nov 13, 2020
    Copy the full SHA
    9b3475b View commit details
  5. phonon: update meta.homepage

    evils committed Nov 13, 2020
    Copy the full SHA
    13419bf View commit details
  6. psqlodbc: update meta.homepage

    evils committed Nov 13, 2020
    Copy the full SHA
    25faf53 View commit details

Commits on Nov 26, 2020

  1. Merge pull request #103682 from evils/elvis

    fix some dead meta.homepage entries
    prusnak authored Nov 26, 2020
    Copy the full SHA
    b431a2b View commit details
2 changes: 1 addition & 1 deletion pkgs/applications/audio/muse/default.nix
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
];

meta = with stdenv.lib; {
homepage = "https://www.muse-sequencer.org/";
homepage = "https://muse-sequencer.github.io/";
description = "MIDI/Audio sequencer with recording and editing capabilities";
longDescription = ''
MusE is a MIDI/Audio sequencer with recording and editing capabilities
2 changes: 1 addition & 1 deletion pkgs/applications/editors/elvis/default.nix
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
configureFlags = [ "--ioctl=termios" ];

meta = {
homepage = "http://elvis.vi-editor.org/";
homepage = "http://elvis.the-little-red-haired-girl.org/";
description = "A vi clone for Unix and other operating systems";
license = stdenv.lib.licenses.free;
};
2 changes: 1 addition & 1 deletion pkgs/development/libraries/audio/lvtk/default.nix
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A set C++ wrappers around the LV2 C API";
homepage = "http://lvtoolkit.org";
homepage = "https://lvtk.org/";
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/phonon/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
version = "4.11.1";

meta = {
homepage = "https://phonon.kde.org/";
homepage = "https://community.kde.org/Phonon";
description = "Multimedia API for Qt";
license = stdenv.lib.licenses.lgpl2;
platforms = stdenv.lib.platforms.linux;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/psqlodbc/default.nix
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-iodbc=${libiodbc}" ];

meta = with stdenv.lib; {
homepage = "http://psqlodbc.projects.postgresql.org/";
homepage = "https://odbc.postgresql.org/";
description = "ODBC driver for PostgreSQL";
license = licenses.lgpl2;
platforms = platforms.linux;
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {

meta = {
description = "High quality system independent, portable, open source libm implementation";
homepage = "https://www.openlibm.org/";
homepage = "https://openlibm.org/";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.ttuegel ];
platforms = stdenv.lib.platforms.all;