Merge pull request #96752 from xfix/audacity-homepage-url
audacity: update homepage URL
This commit is contained in:
commit
eff8b8f200
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Sound editor with graphical UI";
|
description = "Sound editor with graphical UI";
|
||||||
homepage = "http://audacityteam.org/";
|
homepage = "https://www.audacityteam.org/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ lheckemann ];
|
maintainers = with maintainers; [ lheckemann ];
|
||||||
platforms = intersectLists platforms.linux platforms.x86; # fails on ARM
|
platforms = intersectLists platforms.linux platforms.x86; # fails on ARM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user