Skip to content

Commit c6802af

Browse files
authored
Replace PainterQubits -> JuliaPhysics (#803)
1 parent 0702324 commit c6802af

File tree

6 files changed

+154
-154
lines changed

6 files changed

+154
-154
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Unitful.jl package is licensed under the MIT "Expat" License:
22

33
> Copyright (c) 2016: California Institute of Technology and
4-
> [other contributors](https://github.com/PainterQubits/Unitful.jl/graphs/contributors).
4+
> [other contributors](https://github.com/JuliaPhysics/Unitful.jl/graphs/contributors).
55
>
66
> Permission is hereby granted, free of charge, to any person obtaining
77
> a copy of this software and associated documentation files (the

NEWS.md

Lines changed: 149 additions & 149 deletions
Large diffs are not rendered by default.

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ makedocs(
2626
]
2727
)
2828

29-
deploydocs(repo = "github.com/PainterQubits/Unitful.jl.git")
29+
deploydocs(repo = "github.com/JuliaPhysics/Unitful.jl.git")

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ end
66
# Unitful.jl
77

88
A Julia package for physical units. Available
9-
[here](https://github.com/PainterQubits/Unitful.jl). Inspired by:
9+
[here](https://github.com/JuliaPhysics/Unitful.jl). Inspired by:
1010

1111
- [SIUnits.jl](https://github.com/keno/SIUnits.jl)
1212
- [EngUnits.jl](https://github.com/dhoegh/EngUnits.jl)

docs/src/logarithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
Logarithmic scales should be considered experimental
1111
because they break some of the basic assumptions about equality and hashing
12-
(see [#402](https://github.com/PainterQubits/Unitful.jl/issues/402))
12+
(see [#402](https://github.com/JuliaPhysics/Unitful.jl/issues/402))
1313

1414
Unitful provides a way to use logarithmically-scaled quantities. Some
1515
compromises have been made in striving for logarithmic quantities to be both usable and

src/logarithm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ for op in (:(==), :isequal)
201201
end
202202

203203
# A consistent `hash` method for `Gain` is impossible with the current promotion rules
204-
# (https://github.com/PainterQubits/Unitful.jl/issues/402), therefore we don't define one.
204+
# (https://github.com/JuliaPhysics/Unitful.jl/issues/402), therefore we don't define one.
205205
Base.hash(x::Level, h::UInt) = hash(x.val, h)
206206

207207
# Addition and subtraction

0 commit comments

Comments
 (0)