Skip to content

Commit

Permalink
Move ownership from andys8 to purescript-react
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Jun 20, 2023
1 parent 866a55c commit e3f0bd0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT No Attribution

Copyright 2022 andys8
Copyright 2023 purescript-react

Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/andys8/purescript-react-icons.git"
"url": "https://github.com/purescript-react/purescript-react-icons.git"
},
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "1.0.0",
"description": "PureScript bindings for react-icons",
"type": "module",
"author": "andys8",
"author": "purescript-react",
"license": "MIT-0",
"repository": {
"type": "git",
"url": "git+https://github.com/andys8/purescript-react-icons.git"
"url": "git+https://github.com/purescript-react/purescript-react-icons.git"
},
"scripts": {
"postinstall": "spago install",
Expand Down
2 changes: 1 addition & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
, license = "MIT-0"
, repository = "https://github.com/andys8/purescript-react-icons.git"
, repository = "https://github.com/purescript-react/purescript-react-icons.git"
}

0 comments on commit e3f0bd0

Please sign in to comment.