3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #96752 from xfix/audacity-homepage-url

audacity: update homepage URL
This commit is contained in:
Michele Guerini Rocco 2020-08-31 12:54:34 +02:00 committed by GitHub
commit eff8b8f200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Sound editor with graphical UI";
homepage = "http://audacityteam.org/";
homepage = "https://www.audacityteam.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lheckemann ];
platforms = intersectLists platforms.linux platforms.x86; # fails on ARM