mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
simulide: use correct license above 1.1.0
(cherry picked from commit 1de59e443d)
This commit is contained in:
parent
46abf328c4
commit
ff2c3f7475
1 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,8 @@ stdenv.mkDerivation {
|
|||
It supports PIC, AVR, Arduino and other MCUs and MPUs.
|
||||
'';
|
||||
homepage = "https://simulide.com/";
|
||||
license = lib.licenses.gpl3Only;
|
||||
license =
|
||||
if lib.versionAtLeast versionNum "1.1.0" then lib.licenses.agpl3Only else lib.licenses.gpl3Only;
|
||||
mainProgram = "simulide";
|
||||
maintainers = with lib.maintainers; [
|
||||
carloscraveiro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue