mixxx: fix homepage
This commit is contained in:
parent
7c17925aae
commit
52ebfd6bc6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://mixxx.org;
|
homepage = https://mixxx.org;
|
||||||
description = "Digital DJ mixing software";
|
description = "Digital DJ mixing software";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.aszlig maintainers.goibhniu ];
|
maintainers = [ maintainers.aszlig maintainers.goibhniu ];
|
||||||
|
|
Loading…
Reference in a new issue