Change `ird_tools` back to `lib.licenses.unfree`, and tweak comment layout.

This commit is contained in:
Whovian NTSN 2024-05-18 02:08:59 -04:00
parent e91485c0af
commit 42619cc0d5
2 changed files with 12 additions and 10 deletions

View File

@ -1,4 +1,4 @@
{ {
lib, lib,
fetchFromGitHub, fetchFromGitHub,
gcc13Stdenv, gcc13Stdenv,
@ -32,14 +32,15 @@ gcc13Stdenv.mkDerivation {
homepage = "https://github.com/Zarh/ird_tools"; homepage = "https://github.com/Zarh/ird_tools";
description = "DESCRIPTION PLACEHOLDER"; description = "DESCRIPTION PLACEHOLDER";
longDescription = "DESCRIPTION PLACEHOLDER"; longDescription = "DESCRIPTION PLACEHOLDER";
license = lib.licenses.gpl3; license = lib.licenses.unfree;
# license = lib.licenses.unfree; /*
# Dev feels that it should be GPLv3, but doesn't have a `LICENSE` file in Dev feels that it should be GPLv3, but doesn't have a `LICENSE` file in
# the repository "proving" the licensing. Running with it for now. the repository "proving" the licensing. Running with it for now.
# Info on this: https://github.com/Zarh/ird_tools/issues/3 Info on this: https://github.com/Zarh/ird_tools/issues/3
# Keeping `lib.licenses.unfree` license comment just to make sure I I'm keeping `lib.licenses.unfree` license comment just to make sure I
# remember remember
maintainers = with lib.maintainers; [ ]; */
maintainers = "whovian9369";
mainProgram = "ird_tools"; mainProgram = "ird_tools";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -1,4 +1,5 @@
{ lib, {
lib,
buildDotnetModule, buildDotnetModule,
dotnetCorePackages, dotnetCorePackages,
fetchFromGitHub fetchFromGitHub