Set licenses on the two packages
This commit is contained in:
parent
875595eecd
commit
354f4e87a0
|
@ -125,5 +125,6 @@
|
||||||
dconf.settings = import ./dconf.nix lib.hm.gvariant.mkTuple;
|
dconf.settings = import ./dconf.nix lib.hm.gvariant.mkTuple;
|
||||||
xdg.configFile."rclone/rclone.conf".source = programs/rclone.conf;
|
xdg.configFile."rclone/rclone.conf".source = programs/rclone.conf;
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
targets.genericLinux.enable = true;
|
targets.genericLinux.enable = true;
|
||||||
}
|
}
|
|
@ -15,7 +15,7 @@
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple diceware script, with defaults picked by Emi";
|
description = "A simple diceware script, with defaults picked by Emi";
|
||||||
homepage = "https://fem.mint.lgbt/Emi/password-script";
|
homepage = "https://fem.mint.lgbt/Emi/password-script";
|
||||||
#license = lib.licenses.cc-by-nc-40;
|
license = lib.licenses.cc-by-nc-40;
|
||||||
maintainers = [{
|
maintainers = [{
|
||||||
email = "ember@corviform.gay";
|
email = "ember@corviform.gay";
|
||||||
github = "Alch-Emi";
|
github = "Alch-Emi";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{pkgs, stdenv, ...}: stdenv.mkDerivation {
|
{pkgs, stdenv, lib, ...}: stdenv.mkDerivation {
|
||||||
pname = "justseeds-fontpack";
|
pname = "justseeds-fontpack";
|
||||||
version = "0.1.0";
|
version = "10.000";
|
||||||
|
|
||||||
# Fontpack 1
|
# Fontpack 1
|
||||||
pack01 = pkgs.fetchzip {
|
pack01 = pkgs.fetchzip {
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
meta = {
|
meta = {
|
||||||
description = "Open-access fonts for activists, organizers, and movement designers";
|
description = "Open-access fonts for activists, organizers, and movement designers";
|
||||||
homepage = "https://justseeds.org/project/justseeds-open-type-project/";
|
homepage = "https://justseeds.org/project/justseeds-open-type-project/";
|
||||||
#license = lib.licenses.cc-by-nc-40;
|
license = lib.licenses.cc-by-nc-40;
|
||||||
maintainers = [{
|
maintainers = [{
|
||||||
email = "ember@corviform.gay";
|
email = "ember@corviform.gay";
|
||||||
github = "Alch-Emi";
|
github = "Alch-Emi";
|
||||||
|
|
Loading…
Reference in a new issue