milkytracker: fix meta.homepage
This commit is contained in:
committed by
Jonathan Ringer
parent
7eca037d30
commit
c2f109451c
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Music tracker application, similar to Fasttracker II";
|
||||
homepage = "http://milkytracker.org";
|
||||
homepage = "https://milkytracker.org/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = with maintainers; [];
|
||||
|
||||
Reference in New Issue
Block a user