tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
SDL_mixer: add license
Jörg Thalheim
7 years ago
1afba879
7f991de7
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
SDL_mixer
default.nix
+1
pkgs/development/libraries/SDL_mixer/default.nix
···
21
21
homepage = http://www.libsdl.org/projects/SDL_mixer/;
22
22
maintainers = with maintainers; [ lovek323 ];
23
23
platforms = platforms.unix;
24
24
+
license = licenses.zlib;
24
25
};
25
26
}