File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright 2023 Alex McLain
3+ Copyright 2023 Redwire Labs LLC
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Speck.MixProject do
44 def project do
55 [
66 app: :speck ,
7- version: "0.2 .0" ,
7+ version: "1.0 .0" ,
88 elixir: "~> 1.14" ,
99 start_permanent: Mix . env == :prod ,
1010 compilers: Mix . compilers ++ [ :speck ] ,
@@ -60,7 +60,7 @@ defmodule Speck.MixProject do
6060 defp package do
6161 [
6262 licenses: [ "MIT" ] ,
63- links: % { "GitHub" => "https://github.com/amclain /speck" } ,
63+ links: % { "GitHub" => "https://github.com/redwirelabs /speck" } ,
6464 maintainers: [ "Alex McLain" ] ,
6565 files: [
6666 "lib" ,
You can’t perform that action at this time.
0 commit comments