tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nrsc5: fix license
Markus Kowalewski
5 years ago
a95e861f
24cbe98b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
nrsc5
default.nix
+1
-1
pkgs/applications/misc/nrsc5/default.nix
···
46
homepage = "https://github.com/theori-io/nrsc5";
47
description = "HD-Radio decoder for RTL-SDR";
48
platforms = lib.platforms.linux;
49
-
license = licenses.gpl3;
50
maintainers = with maintainers; [ markuskowa ];
51
};
52
}
···
46
homepage = "https://github.com/theori-io/nrsc5";
47
description = "HD-Radio decoder for RTL-SDR";
48
platforms = lib.platforms.linux;
49
+
license = licenses.gpl3Plus;
50
maintainers = with maintainers; [ markuskowa ];
51
};
52
}