flacon: change maintainer to snglth
This commit is contained in:
parent
345b192273
commit
07d0acfe45
|
@ -7782,4 +7782,10 @@
|
||||||
githubId = 52650;
|
githubId = 52650;
|
||||||
name = "Marc Busqué";
|
name = "Marc Busqué";
|
||||||
};
|
};
|
||||||
|
snglth = {
|
||||||
|
email = "illia@ishestakov.com";
|
||||||
|
github = "snglth";
|
||||||
|
githubId = 8686360;
|
||||||
|
name = "Illia Shestakov";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://flacon.github.io/;
|
homepage = https://flacon.github.io/;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ nico202 ];
|
maintainers = with maintainers; [ snglth ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue