Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svgcleaner: init at v0.9.1 #30799

Merged
merged 1 commit into from Oct 25, 2017
Merged

svgcleaner: init at v0.9.1 #30799

merged 1 commit into from Oct 25, 2017

Conversation

ghost
Copy link

@ghost ghost commented Oct 25, 2017

Svgcleaner is a tool for fast and safe svg optymalization.

Motivation for this change

Svgcleaner is a convenient tool for SVG tidying without any fear of breaking them (as with alternatives). Especially useful for batch processing (for reasons above).

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions (Ubuntu)
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@ghost ghost requested a review from edolstra as a code owner October 25, 2017 16:30
Svgcleaner is a tool for fast and safe svg optymalization.
@Mic92
Copy link
Member

Mic92 commented Oct 25, 2017

@GrahamcOfBorg svgcleaner

@Mic92 Mic92 merged commit 68fced2 into NixOS:master Oct 25, 2017
meta = with stdenv.lib; {
description = "A tool for tidying and optimizing SVGs";
homepage = "https://github.com/RazrFalcon/svgcleaner";
license = stdenv.lib.licenses.mit;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn’t the license GPL-2.0 rather than MIT?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed 1e3995d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants