mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
keen4: Add license
This commit is contained in:
parent
bcfb3dd9c6
commit
449894ccb5
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, dosbox, unzip}:
|
||||
{ lib, stdenv, fetchurl, dosbox, unzip }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "keen4";
|
||||
@ -15,5 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Commander Keen Episode 4: Secret of the Oracle";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = [ lib.maintainers.eelco ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user